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