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.
class RedBlackNode
extends RedBlackNode_<T>
Deprecated
Deprecated

(will be removed after 0.206.0) Do not use RedBlackNode directly, but use RedBlackTree from collections/unstable/red_black_tree.ts

import { RedBlackNode } from "https://deno.land/std@0.202.0/collections/red_black_node.ts";