0001 /** 0002 Transform is a struct used for namespacing transformation functions (see Mapper for uses) 0003 0004 The use of this struct isn't required, but allows you to add extensions to Transform as opposed to 0005 polluting the global namespace with functions used for Mapper transformations 0006 */ 0007 public struct Transform{} 0008
Transform+Dictionary.swift:3 public extension Transform {