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

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license./** This module is browser compatible. */
import { Direction } from "./bs_node.ts";import { RedBlackNode } from "./red_black_node.ts";
/** @deprecated (will be removed after 0.157.0) use Direction instead */export type { Direction as direction };
export type { Direction };
/** @deprecated (will be removed after 0.157.0) use RedBlackNode instead */export { RedBlackNode as RBNode };
std

Version Info

Tagged at
a year ago