musicpulator ~master (2019-01-19T15:01:20Z)
Home
Dub
Repo
MaxSizeCollection.this
musicpulator
core
MaxSizeCollection
Creates a new max size collection.
struct
MaxSizeCollection
(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
MaxSizeCollection
constructors
this
functions
add
array
clear
opIndex
opIndexAssign
popFront
properties
empty
front
length
maxSize
Creates a new max size collection.