pub type YulContinue = YulKeyword;
Expand description

The Yul continue keyword.

Aliased Type§

struct YulContinue {
    pub src: SourceLocation,
}

Fields§

§src: SourceLocation