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.

  1. void addField(string key, ValueType value)
    struct DictionaryList(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32, bool USE_HASHSUM = false)
    void
    addField
  2. void addField(string key, T value)

Meta