Type Alias sway_ir::block::Label

source ·
pub type Label = String;
Expand description

Each block may be explicitly named. A Label is a simple String synonym.

Aliased Type§

struct Label { /* private fields */ }