LazyArg<A> typedef

LazyArg<A> = A Function()

Function that returns an instance of type A.

Implementation

typedef LazyArg<A> = A Function();