Type Alias Eq

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

Represents the ‘=’ operator.

Aliased Type§

struct Eq;