StackPayload

Stack Payload

If you don't need dark speed, you should use dkh.container.stack

Members

Aliases

opDollar
alias opDollar = length
Undocumented in source.
opOpAssign
alias opOpAssign(string op : "~") = insertBack
Undocumented in source.

Functions

back
inout(T) back()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()

This method don't release memory

data
inout(T)[] data()

Data Slice Warning: Return value points same place with stackpayload

free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(T) front()
Undocumented in source. Be warned that the author may not have intended to support it.
insertBack
void insertBack(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(T) opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
removeBack
void removeBack()
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(size_t newCap)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta