Hello Steven,
The sole purpose of this enum is so I can have something reasonable when iterating through the values in a dictionary instead of:foreach(KeyValuePair<KeyType, ValueType> kvp in myDictionary)
IIRC this works foreach(ValueType v in myDictionary.Values) but I can't check that right nowOTOH, Yah, I'd love to have D as my dev language, but I'd need the tool chain from c#.
