Type Alias InstrSeqId
pub(crate) type InstrSeqId = Id<InstrSeq>;Expand description
The identifier for a InstrSeq within some LocalFunction.
Aliased Typeยง
struct InstrSeqId { /* private fields */ }pub(crate) type InstrSeqId = Id<InstrSeq>;The identifier for a InstrSeq within some LocalFunction.
struct InstrSeqId { /* private fields */ }