Magma<T> typedef

Magma<T> = T Function(T x, T y)

Implementation

typedef Magma<T> = T Function(T x, T y);