Array

extension Array
extension Array where Element: StopVisits
extension Array where Element : TKNamedCoordinate
  • Undocumented

    Declaration

    Swift

    public func tk_filterDuplicates(includeElement: @escaping (_ lhs: Element, _ rhs: Element) -> Bool) -> [Element]

Available where Element: StopVisits

  • Undocumented

    Declaration

    Swift

    public var localizedShareString: String { get }

Available where Element : TKNamedCoordinate

  • Merges the provided array into self removing duplicates and keeping the preferred elements.

    See also

    shouldMerge and preferred

    Declaration

    Swift

    public func mergeWithPreferences(_ other: [Element]) -> [Element]