DoxigAlpha

InorderIterator

Usage example: var iter = treap.inorderIterator(); while (iter.next()) |node| { ... }

Fields of this type

Fields

#
current:?*Node

Functions in this namespace

Functions

#