phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
StaticModArray.empty
nxt
container
static_modarray
StaticModArray
struct
StaticModArray
(uint capacity, uint elementLength, uint span, bool useModuloFlag)
@
safe
pure nothrow @
nogc
pragma(
inline
, true) const
@
property
=>
_length
== 0
bool
empty
(
)
if
(
capacity
*
elementLength
>= 2
)
Return Value
Type:
bool
true
if
this
is empty,
false
otherwise.
Meta
Source
See Implementation
nxt
container
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