musicpulator ~master (2019-01-19T15:01:20Z)
Home
Dub
Repo
MaxSizeCollection.add
musicpulator
core
MaxSizeCollection
Adds an item to the collection.
struct
MaxSizeCollection
(T, size_t initMaxSize = 0)
void
add
(
T
item
)
Parameters
item
T
The item to add.
Meta
Source
See Implementation
musicpulator
core
MaxSizeCollection
constructors
this
functions
add
array
clear
opIndex
opIndexAssign
popFront
properties
empty
front
length
maxSize
Adds an item to the collection.