arr.insertKey("myword", value); instead of arr["myword"] = value;Here I emphasize that I'm inserting new key and not modifying the value of already present.
At the same time you have to use OOP style call arr.remove("word").
And I'm very happy to have nested structs, class and functions in D. :-)
