Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method BinarySearchTree.prototype.nlrValues
Re-export
import { BinarySearchTree } from "https://deno.land/std@0.216.0/data_structures/mod.ts";

Returns an iterator that uses pre-order (NLR) tree traversal for retrieving values from the binary search tree.

Returns

IterableIterator<T>