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]
-
Undocumented
Declaration
Swift
public var localizedShareString: String { get }
-
Merges the provided array into
self
removing duplicates and keeping the preferred elements.See also
shouldMerge
andpreferred
Declaration
Swift
public func mergeWithPreferences(_ other: [Element]) -> [Element]