HashCollection.opAssign

Convert from a range of key/value pairs

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

Meta