StringIntDict typedef

StringIntDict = Map<String, int>

Implementation

typedef StringIntDict = Map<String, int>;