HashCollection.opAssign

Convert from an associative type

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

Meta