HashCollection.addSetFunc

Undocumented in source.
  1. ReturnType!void addSetFunc(AK key, AV value)
    template addSetFunc(AddMode mode)
    ref
    static if(haveValues)
    ReturnType!void
    addSetFunc
    (
    AK
    AV
    )
    (
    auto ref AK key
    ,
    auto ref AV value
    )
    if (
    is(AK : K) &&
    is(AV : V)
    )
  2. ReturnType!void addSetFunc(AK key)

Members

Functions

addSetFunc
ReturnType!void addSetFunc(AK key, AV value)
Undocumented in source. Be warned that the author may not have intended to support it.
addSetFunc
ReturnType!void addSetFunc(AK key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta