I wish I could use D for everything
BCS
none at anon.com
Wed Apr 29 20:01:17 PDT 2009
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 now
OTOH, Yah, I'd love to have D as my dev language, but I'd need the tool chain
from c#.
More information about the Digitalmars-d
mailing list