StaticArray.this

Construct from element values.

  1. this(Us values)
    struct StaticArray(T, uint capacity_, bool borrowChecked = false)
    @trusted
    this
    (
    Us...
    )
    ()
    if (
    Us.length <= capacity
    )
  2. this(U[] values)

Meta