pub type BodyContents = IndexVec<BlockId, BlockData>;
pub struct BodyContents { vector: IndexVec<BlockId, BlockData>, }
vector: IndexVec<BlockId, BlockData>