Extensions

The following extensions are available globally.

  • An extension of Collection, which calculates the diff between two collections.

    See more

    Declaration

    Swift

    public extension Collection
  • An extension of RangeReplaceableCollection, which calculates the longest common subsequence between two collections.

    See more

    Declaration

    Swift

    public extension RangeReplaceableCollection