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

LinkedHashMapIterator

struct LinkedHashMapIterator
{
	LinkedHashMap* map;
	LinkedEntry* current;
	bool started;
}

Members

Methods