Structs

The following structs are available globally.

  • Transforms [String: AnyObject] <-> [Key: Value] where Key is RawRepresentable as String, Value is Mappable

    Declaration

    Swift

    public struct DictionaryTransform<Key, Value>: TransformType where Key: Hashable, Key: RawRepresentable, Key.RawValue == String, Value: Mappable