Semi

Type Alias Semi 

Source
pub type Semi = Operator<{ _ }, { _ }, { _ }, { _ }>;
Expand description

Represents the ‘;’ operator. ;

Aliased Type§

pub struct Semi;