phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
StaticModArray.at
nxt
static_modarray
StaticModArray
Variant of
opIndex
with compile-time range checking.
struct
StaticModArray
(uint capacity, uint elementLength, uint span, bool useModuloFlag)
@
safe
pure nothrow @
nogc
ref inout @
trusted
auto ref
at
(
uint
ix
)
(
)
if
(
ix
<
capacity
)
if
(
capacity
*
elementLength
>= 2
)
Meta
Source
See Implementation
nxt
static_modarray
StaticModArray
aliases
Ix
T
constructors
this
functions
at
available
back
chunks
contains
empty
front
full
length
popBack
popFront
popFrontN
pushBack
manifest constants
L
keySeparator
typeBits
properties
toString
Variant of opIndex with compile-time range checking.