RwSList

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

iterate
void iterate(bool delegate(const(T)) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeIterate
void writeIterate(bool delegate(T, void delegate() remove) callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

last
NodeT last;
Undocumented in source.
slist
NodeT slist;
Undocumented in source.

Meta