func copy()

in MobiusExtras/Source/Copyable.swift [15:18]


    func copy(with mutator: (inout Self) -> Void) -> Self
}

public extension Copyable {