Type Definition goko::NodeAddress[][src]

type NodeAddress = (i32, usize);

The data structure explicitly seperates the covertree by layer, and the addressing schema for nodes is a pair for the layer index and the center point index of that node.