_addSetFunc._addSetFunc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ReturnType _addSetFunc(AK key, AV value)
    template _addSetFunc(AddMode mode)
    ref
    static if(haveValues)
    ReturnType
    _addSetFunc
    (
    AK
    AV
    )
    (
    auto ref AK key
    ,
    auto ref AV value
    )
    if (
    is(AK : K) &&
    is(AV : V)
    )
  2. ReturnType _addSetFunc(AK key)

Meta