You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesdlang#4222.
Use RelExpression instead of 'inequality operators', as inequality is
used to mean `!=`.
Clarify that the compiler only generates a default `opEquals` for structs.
ntrel
added a commit
to ntrel/dlang.org
that referenced
this issue
Apr 11, 2025
Fixesdlang#4222.
Use RelExpression instead of 'inequality operators', as inequality is
used to mean `!=`.
Clarify that the compiler only generates a default `opEquals` for structs.
https://dlang.org/spec/operatoroverloading.html#eqcmp
!=
.opEquals
for structs, not classes.PR incoming.
The text was updated successfully, but these errors were encountered: