Indexer<T> typedef

Indexer<T> = int Function(T value)

Implementation

typedef Indexer<T> = int Function(T value);