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.

struct DictionaryList(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32)
void
addField

Meta