Large

Large array storage.

Constructors

this
this(size_t n)
Undocumented in source.
this
this(size_t n)
Undocumented in source.

Members

Aliases

_free
alias _free = free
Undocumented in source.
_malloc
alias _malloc = malloc
Undocumented in source.
_realloc
alias _realloc = realloc
Undocumented in source.

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

length
size_t length;
Undocumented in source.
ptr
E* ptr;
Undocumented in source.

Meta