6 lines
310 B
Swift
6 lines
310 B
Swift
/// Transform is a struct used for namespacing transformation functions (see Mapper for uses)
|
|
///
|
|
/// The use of this struct isn't required, but allows you to add extensions to Transform as opposed to
|
|
/// polluting the global namespace with functions used for Mapper transformations
|
|
public struct Transform {}
|