MCPcopy Create free account
hub / github.com/Schwenger/RustTyC / equal

Method equal

src/types.rs:120–122  ·  view source on GitHub ↗
(this: &Self, that: &Self, _ctx: &mut Self::Context)

Source from the content-addressed store, hash-verified

118 }
119
120 fn equal(this: &Self, that: &Self, _ctx: &mut Self::Context) -> bool {
121 this == that
122 }
123}
124
125/// Represents the arity of a [Variant] or [ContextSensitiveVariant].

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected