Skip to main content

NamesTree

Type Alias NamesTree 

Source
pub type NamesTree = Tree2D<i64, String>;
Expand description

Two-dimensional tree that maps a location given by [i64; 2] to a string.

Aliased Typeยง

pub struct NamesTree { /* private fields */ }