nu_protocol

Type Alias RegId

source
pub type RegId = Id<Reg, u32>;
Expand description

An ID for an IR register.

%n is a common shorthand for RegId(n).

Note: %0 is allocated with the block input at the beginning of a compiled block.

Aliased Type§

struct RegId { /* private fields */ }

Trait Implementations§

source§

impl Display for RegId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more