bool MapOfInt_Add(MapOfInt *map, const char *key, int value)
Add a key/value association to the given MapOfInt object. The MapOfInt object takes ownership of the ...
int MapOfInt_Find(MapOfInt *map, const char *key)
Find the specified key in the given MapOfInt object, returning an index into the object.
Represents an association between a string and an integer.
const char * key
Key associated with this integer. Borrowed pointer.