fixedsizearray v1.3.0 (2021-02-24T07:57:06Z)
Dub
Repo
FixedSizeArray.opSlice
fixedsizearray
FixedSizeArray
Undocumented in source. Be warned that the author may not have intended to support it.
FixedSizeArraySlice
!(
typeof
(
this
),
T
,
Size
)
opSlice
()
FixedSizeArraySlice
!(
typeof
(
this
),
T
,
Size
)
opSlice
(size_t low, size_t high)
auto
opSlice
()
auto
opSlice
(size_t low, size_t high)
struct
FixedSizeArray
(T, size_t Size = 32)
pragma(
inline
, true) pure @
nogc
@
safe
nothrow const
auto
opSlice
(
const
size_t
low
,
const
size_t
high
)
Meta
Source
See Implementation
fixedsizearray
FixedSizeArray
constructors
this
destructors
~this
functions
capacity
emplaceBack
insertBack
insertFront
opIndex
opSlice
remove
removeAll
removeBack
removeFront
manifest constants
ByteCap
properties
back
empty
front
length
variables
base
disableDtor
length_
store