Endo<A> typedef

Endo<A> = A Function(A a)

Implementation

typedef A Endo<A>(A a);