Indexed<E> typedef

Indexed<E> = MapEntry<int, E>

An indexed value.

Implementation

typedef Indexed<E> = MapEntry<int, E>;