DictionaryList.addField

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addField(string key, ValueType value)
  2. void addField(string key, T value)
    struct DictionaryList(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32, bool USE_HASHSUM = false)
    void
    addField
    (
    T
    )
    (
    string key
    ,)
    if (
    canAssign!T
    )

Meta