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

Entry

struct Entry
{
	uint hash;
	Key key;
	Value value;
	Entry* next;
}

Members

Methods