Struct collections::btree::node::InternalNode
[−]
[src]
struct InternalNode<K, V> {
data: LeafNode<K, V>,
edges: [BoxedNode<K, V>; 2 * B],
}Unstable (
collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead
Fields
data | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |
edges | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |