Skip to content

iter

Returns an iterator over the entries in this tree.

Signature

ts
class Tree {
  iter(): TreeIter;
}

Returns

  • TreeIter

    An iterator over the entries in this tree.

Released under the MIT License.