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