pub(crate) type AllInstructions = Vec<Rc<InstructionContent>>;

Aliased Type§

struct AllInstructions {
    buf: RawVec<Rc<InstructionContent>>,
    len: usize,
}

Fields§

§buf: RawVec<Rc<InstructionContent>>§len: usize