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 RBTree.prototype.removeFixup
import { RBTree } from "https://deno.land/std@0.145.0/collections/rb_tree.ts";

Parameters

parent: RBNode<T> | null
current: RBNode<T> | null