pub type CellEntries = Vec<usize>;
A list of body indices stored within a single grid cell.
pub struct CellEntries { /* private fields */ }