nxt.storage

Undocumented in source.

Members

Aliases

Small
alias Small(E, size_t n) = E[n]

Small array storage.

Static functions

storeTester
void storeTester()

Test Store.

Structs

Large
struct Large(E, bool useGCallocation)

Large array storage.

Store
struct Store(E, bool useGCallocation = false)

Small-size-optimized (SSO) array store.

Meta