StaticModArray.this

Construct with rhsCapacity.

  1. this(StaticModArray!(rhsCapacity, elementLength, span, useModuloFlag) rhs)
    struct StaticModArray(uint capacity, uint elementLength, uint span, bool useModuloFlag)
    this
    (
    uint rhsCapacity
    )
    (
    in StaticModArray!(rhsCapacity, elementLength, span, useModuloFlag) rhs
    )
    if (
    capacity * elementLength >= 2
    )
  2. this(Es es)
  3. this(Ix[] es)

Meta