pub type DoubleSemicolon = Operator<{ _ }, { _ }, { _ }, { _ }>;
Represents the double semicolon ‘::’ operator.
struct DoubleSemicolon;