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 */ }