pub type BodyContents = Vector<BlockId, BlockData>;Aliased Type§
pub struct BodyContents {
vector: IndexVec<BlockId, Option<BlockData>>,
elem_count: usize,
}Fields§
§vector: IndexVec<BlockId, Option<BlockData>>§elem_count: usizeThe number of non-None elements.