import { RedBlackTree } from "https://deno.land/std@0.219.1/data_structures/mod.ts";
Creates a new red-black tree from an array like or iterable object.
Parameters
collection: ArrayLike<T> | Iterable<T> | RedBlackTree<T>
import { RedBlackTree } from "https://deno.land/std@0.219.1/data_structures/mod.ts";
Creates a new red-black tree from an array like or iterable object.