Struct two_three::Two [] [src]

pub struct Two<V: Ord>(pub V, pub Box<Node<V>>, pub Box<Node<V>>);

Two