Documentation
Tagion
DList
tagion
utils
DList
Undocumented in source.
@
safe
struct
DList (
E
) {
bool
remove
(Element* e);
}
Members
Functions
remove
bool
remove
(Element* e)
Returns; true if the element was not found
tagion
utils
DList
structs
DList