Skip to main content

SetterId

Type Alias SetterId 

Source
pub type SetterId = u32;
Expand description

Dense setter identifier within a module. A module typically has exactly one setter (the function body), but mkMerge and mkIf constructs can split a logical setter into multiple typed fragments — the IR keeps them separate so each can be fired independently.