EQ<T, U> typedef

EQ<T, U> = bool Function(T item, U other)

Implementation

typedef EQ<T, U> = bool Function(T item, U other);