DictionaryList.opIndexAssign

Adds or replaces the given field with a new value.

  1. ValueType opIndexAssign(ValueType val, string key)
  2. ValueType opIndexAssign(T val, string key)
    struct DictionaryList(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32, bool USE_HASHSUM = false)
    opIndexAssign
    (
    T
    )
    (
    T val
    ,
    string key
    )
    if (
    canAssign!T
    )

Meta