LocalPointIndex

Type Alias LocalPointIndex 

Source
pub type LocalPointIndex<M = MValue> = PointIndex<M, Vector<S2CellId, IndexPoint<M>>>;
Expand description

Locally allocated Point Index

Aliased Typeยง

pub struct LocalPointIndex<M = MValue> { /* private fields */ }