pub type PositionVec = Vec<LogicalPosition>;Expand description
Vec-based position storage indexed by layout-tree node index.
Replaces BTreeMap<usize, LogicalPosition> for O(1) access and cache-friendly iteration.
Aliased Typeยง
pub struct PositionVec { /* private fields */ }