NullaryVoid typedef

NullaryVoid = Nullary<void>

a typedef for an Nullary that returns a void

Implementation

typedef NullaryVoid = Nullary<void>;