Type Alias charon_lib::ast::ullbc_ast::BodyContents   
source · pub type BodyContents = Vector<BlockId, BlockData>;Aliased Type§
struct BodyContents {
    vector: IndexVec<BlockId, Option<BlockData>>,
    real_len: usize,
}Fields§
§vector: IndexVec<BlockId, Option<BlockData>>§real_len: usizeThe number of non-None elements.