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

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license./** This module is browser compatible. */
import { BinarySearchNode, Direction } from "./binary_search_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 BinarySearchNode instead */export { BinarySearchNode as BSNode };
std

Version Info

Tagged at
a year ago