deno.land / std@0.157.0 / collections / rb_tree.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license./** This module is browser compatible. */
import { RedBlackTree } from "./red_black_tree.ts";export * from "./_comparators.ts";
/** @deprecated (will be removed after 0.157.0) use RedBlackTree instead */export { RedBlackTree as RBTree };
std

Version Info

Tagged at
a year ago