VoidFun1<A> typedef

VoidFun1<A> = void Function(A)

Implementation

typedef VoidFun1<A> = void Function(A);