idl2d v1.0.0 (2021-10-04T13:13:33Z)
Dub
Repo
DList.remove
c2d
dlist
DList
Undocumented in source. Be warned that the author may not have intended to support it.
void
remove
(DListNode!(T)* node)
class
DList
(T)
void
remove
(
DListNode
!(
T
)*
node
)
DList
!(
T
)
remove
(DListNode!(T)* from, DListNode!(T)* to)
DList
!(
T
)
remove
(DListIterator!(T) from, DListIterator!(T) to)
Meta
Source
See Implementation
c2d
dlist
DList
constructors
this
functions
append
appendList
begin
count
empty
end
find
insertAfter
insertBefore
insertListAfter
insertListBefore
opIndex
prepend
remove
variables
root