musicpulator ~master (2021-12-17T02:20:04.8738686)
Dub
Repo
InternalMaxSizeCollection.this
musicpulator
core
InternalMaxSizeCollection
Creates a new max size collection.
struct
InternalMaxSizeCollection
(T, size_t initMaxSize = 0)
static if
(
!initMaxSize
)
this
(
size_t
maxSize
)
Parameters
maxSize
size_t
The maximum size of the collection.
Meta
Source
See Implementation
musicpulator
core
InternalMaxSizeCollection
constructors
this
functions
add
array
clear
opIndex
opIndexAssign
popFront
properties
empty
front
length
maxSize
Creates a new max size collection.