ashd ~master (2017-07-29T03:29:58Z)
Dub
Repo
NodeList.swap
ashd
core
nodelist
NodeList
Swaps the positions of two nodes in the list. Useful when sorting a list.
class
NodeList
void
swap
(
Node
node1_a
,
Node
node2_a
)
Meta
Source
See Implementation
ashd
core
nodelist
NodeList
constructors
this
functions
add
allNodes
head
insertionSort
isEmpty
merge
mergeSort
remove
removeAll
swap
mixins
nodeAdded
nodeRemoved
Swaps the positions of two nodes in the list. Useful when sorting a list.