BoundedArray.this

Undocumented in source.
  1. this(E[] values)
  2. this(E[] values)
  3. this(V values)
    struct BoundedArray(E, size_t maxElements_)
    @nogc
    this
    (
    V...
    )
    ()
    if (
    V.length > 0 &&
    V.length <= maxElements
    &&
    allSatisfy!(isBaseType, V)
    )

Meta