Endo<A> typedef

Endo<A> = A Function(A a)

Implementation

typedef Endo<A> = A Function(A a);