Op<T> typedef

Op<T> = T Function(T element)

Operation of type that conserve the original type

Implementation

typedef Op<T> = T Function(T element);