Class TreeIterator<T>

Type Parameters

  • T = unknown

Implements

Constructors

Properties

Methods

Constructors

Properties

#cursor?: Node<T>
#done: boolean
#root: null | Node<T>

Methods