Sets the value using the named tag's name as the index.
auto compound = new Compound(""); compound[] = new String("test", "value"); assert(compound["test"] == "value");
See Implementation
Sets the value using the named tag's name as the index.