StaticArray.this

Construct from element values.

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

Meta