F0<T> typedef

F0<T> = T Function()

Typedef for a function that takes 0 arguments

Implementation

typedef F0<T> = T Function();