HashCollection.opAssign

Convert from a range of values

  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)
  6. typeof(this) opAssign(R input)
    struct HashCollection(K, V, bool ordered, bool multi)
    ref
    typeof(this)
    opAssign
    (
    R
    )
    ()
    if (
    !haveValues &&
    !is(R : typeof(this))
    &&
    )

Meta