Store<T> typedef

Store<T> = Map<String, T>

Implementation

typedef Store<T> = Map<String, T>;