Skip to content

Added `incomparable` attribute for partial comparison traits [YANKED]

Compare
Choose a tag to compare
@ModProg ModProg released this 05 Feb 23:13
· 59 commits to main since this release

Added

  • incomparable variant and item attribute for PartialEq and PartialOrd
    derives, yielding false on all comparisons but !=.