- add
void add(size_t index, ElementType value)
Undocumented in source. Be warned that the author may not have intended to support it.
- at
bool at(size_t index, ElementType value)
Undocumented in source. Be warned that the author may not have intended to support it.
- first
bool first(size_t index, ElementType found)
Undocumented in source. Be warned that the author may not have intended to support it.
- first
bool first(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- first
size_t first()
Undocumented in source. Be warned that the author may not have intended to support it.
- firstEmpty
bool firstEmpty(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- last
bool last(size_t index, ElementType found)
Undocumented in source. Be warned that the author may not have intended to support it.
- last
bool last(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- last
size_t last()
Undocumented in source. Be warned that the author may not have intended to support it.
- lastEmpty
bool lastEmpty(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- next
bool next(size_t index, ElementType found)
Undocumented in source. Be warned that the author may not have intended to support it.
- next
bool next(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- nextEmpty
bool nextEmpty(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
ElementType opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
const(ElementType) opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(ElementType value, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
auto opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
auto opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
- popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
- prev
bool prev(size_t index, ElementType found)
Undocumented in source. Be warned that the author may not have intended to support it.
- prev
bool prev(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- prevEmpty
bool prevEmpty(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- back
JudyLEntry back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- back
const(JudyLEntry) back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- count
size_t count [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- front
JudyLEntry front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- front
const(JudyLEntry) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- length
auto length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- memActive
size_t memActive [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- memUsed
size_t memUsed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.