The OpenD Programming Language

SmallArray.opAssign

= operator

  1. typeof(this) opAssign(typeof(null) )
  2. typeof(this) opAssign(V[] array)
  3. typeof(this) opAssign(SmallArray rhs)
  4. typeof(this) opAssign(SmallArray rhs)
  5. typeof(this) opAssign(SmallArray!(T, n) rhs)
    struct SmallArray
    @safe pure @nogc ref scope return
    typeof(this)
    opAssign
    (
    uint n
    )
    (
    ref const SmallArray!(T, n) rhs
    )
    if (
    n != maxLength
    )
  6. typeof(this) opAssign(SmallArray!(T, n) rhs)

Meta