Type Alias Binary

Source
pub type Binary<T> = Dary<2, T>;
Expand description

A binary tree where each of the nodes might have at most 2 children.

Aliased Type§

pub struct Binary<T> { /* private fields */ }