Array.this

Create a buffer from a fixed-size array of elements

This is useful for initializing with an array literal

  1. this(in size_t initialCapacity)
  2. this(scope T[] array)
    struct Array(T)
    @nogc @trusted nothrow
    this
    (
    scope T[] array
    )

Meta