HashCollection.opAssign

Convert from a range of tuples

  1. typeof(this) opAssign(typeof(null) _)
  2. typeof(this) opAssign(AA aa)
  3. typeof(this) opAssign(AA aa)
  4. typeof(this) opAssign(R input)
    struct HashCollection(K, V, bool ordered, bool multi)
    ref
    typeof(this)
    opAssign
    (
    R
    )
    ()
    if (
    haveValues &&
    &&
    !is(typeof( ))
    &&
    is(typeof(input.front.length))
    &&
    input.front.length == 2
    )
  5. typeof(this) opAssign(R input)
  6. typeof(this) opAssign(R input)

Meta