Construct<T> typedef

Construct<T> = T Function()

Implementation

typedef Construct<T> = T Function();