Factory

typealias Factory<T> = () -> T

A factory function that creates an instance of type T.

Since

1.0.0