littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graph.node.internal
/
NodeList
/
forEach
for
Each
inline
fun
forEach
(
action
:
(
Node
)
->
Unit
)
Iterate through the nodes in normal sorted order. To iterate the sorted list see
forEachSorted
.