Functions

The following functions are available globally.

Easy dictionary merge

  • Undocumented

    Declaration

    Swift

    public func += <K, V>(left: inout [K : V], right: [K : V]?) where K : Hashable

Optional Arrays Equatable

  • Undocumented

    Declaration

    Swift

    public func == <T>(lhs: [T]?, rhs: [T]?) -> Bool where T : Equatable
  • Undocumented

    Declaration

    Swift

    public func != <T>(lhs: [T]?, rhs: [T]?) -> Bool where T : Equatable