Module collections::btree::search
[−]
[src]
Unstable (
collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead
Reexports
use core::prelude::v1::*; |
use core::cmp::Ordering; |
use borrow::Borrow; |
use super::node::{Handle, NodeRef, marker}; |
use super::node::ForceResult::*; |
use self::SearchResult::*; |
Enums
| SearchResult | [Unstable] |
Functions
| search_linear | [Unstable] |
| search_node | [Unstable] |
| search_tree | [Unstable] |