dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
BoundedArray.maxElements
dalicious
typecons
BoundedArray
The maximum number of elements this bounded array can hold.
struct
BoundedArray
(E, size_t maxElements_)
static
enum
maxElements
=
maxElements_
;
Meta
Source
See Source File
dalicious
typecons
BoundedArray
aliases
ElementType
opDollar
constructors
this
functions
opBinary
opIndex
opOpAssign
opSlice
popBack
popFront
sbinCustomSerialize
toJson
properties
back
empty
front
length
save
static functions
fromJson
sbinCustomDeserialize
static variables
maxElements
The maximum number of elements this bounded array can hold.