pub type NamesTree = Tree2D<i64, String>;
Two-dimensional tree that maps a location given by [i64; 2] to a string.
[i64; 2]
pub struct NamesTree { /* private fields */ }