HashCollection.opAssign

Null assignment

  1. typeof(this) opAssign(typeof(null) _)
    struct HashCollection(K, V, bool ordered, bool multi)
    ref
    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)

Meta