Functions

The following functions are available globally.

  • Equatable implementation for ImageOption

    Declaration

    Swift

    public func == (lhs: ImageOption, rhs: ImageOption) -> Bool
  • Utility method to add two dictionaries of the same time.

    Declaration

    Swift

    public func += <K, V>(left: [K : V], right: [K : V]) -> [K : V] where K : Hashable
  • Utility method to add two dictionaries of the same time.

    Declaration

    Swift

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