forEach

inline fun forEach(action: (Node) -> Unit)

Iterate through the nodes in normal sorted order. To iterate the sorted list see forEachSorted.