Type Alias Semi

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

Represents the ‘;’ operator.

Aliased Type§

struct Semi;