pub type YulContinue = YulKeyword;
Expand description
The Yul continue keyword.
Aliased Type§
struct YulContinue {
pub src: SourceLocation,
}
Fields§
§src: SourceLocation
pub type YulContinue = YulKeyword;
The Yul continue keyword.
struct YulContinue {
pub src: SourceLocation,
}
src: SourceLocation