Struct bitstring_trees::set::InnerNode [] [src]

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

Inner node with two direrct children.

Methods

impl<S: BitString> InnerNode<S>
[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> Clone for InnerNode<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.