musicpulator.core

Undocumented in source.

Members

Structs

InternalCollection
struct InternalCollection(T)

A collection that can only be modified within the package.

InternalMaxSizeCollection
struct InternalMaxSizeCollection(T, size_t initMaxSize = 0)

A collection that can maximum contain a specific amount of items and can only be modified internally in the package.

MaxSizeCollection
struct MaxSizeCollection(T, size_t initMaxSize = 0)

A collection that can maximum contain a specific amount of items.

Meta