CloneFunction

typealias CloneFunction<T> = (value: T?) -> T?(source)

Function responsible for creating a clone of a value of this schema.