Skip to main content

EntityDepthMap

Type Alias EntityDepthMap 

Source
pub type EntityDepthMap = HashMap<i64, u32>;
Expand description

Depth map from BFS: entity_id → hop distance from seeds.

Aliased Type§

pub struct EntityDepthMap { /* private fields */ }