std::collections::map {Key, Value}

HashMapIterator

struct HashMapIterator
{
	HashMap* map;
	int top_index;
	int index;
	Entry* current_entry;
}

Members

Methods