On 11/12/2012 03:53 PM, Andrej Mitrovic wrote:
You probably mean a Set? I think we could really use some syntax support for sets. Otherwise people use workarounds like "alias void[0][string] StringSet"
Can you give a bit more explanation of how that workaround would work? I can't see how you would insert entries in that case ...
StringSet s;
s["one"] = .... ?
