SmallArray.append

Appends an element to the SmallArray and returns a reference to the modified array.

  1. typeof(this) append(T elem)
    struct SmallArray
    @safe pure @nogc ref
    typeof(this)
    append
    ()
  2. typeof(this) append(V[] array)