Struct bitstring_trees::map::InnerNode [] [src]

pub struct InnerNode<S: BitString, V> { /* fields omitted */ }

Inner node with two direct children.

Methods

impl<S: BitString, V> InnerNode<S, V>
[src]

The longest shared prefix of the two contained child nodes.

The left branch; all prefixes in this sub tree have a false bit after self.key().

The left branch; all prefixes in this sub tree have a true bit after self.key().

Trait Implementations

impl<S: Clone + BitString, V: Clone> Clone for InnerNode<S, V>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Debug + BitString, V: Debug> Debug for InnerNode<S, V>
[src]

Formats the value using the given formatter.