phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
StaticModArray.contains
nxt
container
static_modarray
StaticModArray
Undocumented in source. Be warned that the author may not have intended to support it.
bool
contains
(Ix[] key)
bool
contains
(Mod!(radix, ModUInt) ix)
bool
contains
(UInt ix)
struct
StaticModArray
(uint capacity, uint elementLength, uint span, bool useModuloFlag)
@
safe
pure nothrow @
nogc
pragma(
inline
, true) const @
nogc
static if
(
L == 1
)
static if
(!(
useModuloFlag
))
bool
contains
(
UInt
)
(
in
UInt
ix
)
if
(
isUnsigned
!
UInt
)
if
(
capacity
*
elementLength
>= 2
)
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