Array.this

Create a buffer from a fixed-size array of elements

This is useful for initializing with an array literal

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

Meta