DictionaryList.addField - multiple declarations
Function DictionaryList.addField
Adds a new field to the map.
The new field will be added regardless of any existing fields that have the same key, possibly resulting in duplicates. Use opIndexAssign if you want to avoid duplicates.
Function DictionaryList.addField
void addField(T)
(
string key,
T value
)
if (canAssign!T);