ArgsFactory<Args> typedef

ArgsFactory<Args> = Args Function()

A typedef for a function that creates Args.

Implementation

typedef ArgsFactory<Args> = Args Function();