counter-rs icon indicating copy to clipboard operation
counter-rs copied to clipboard

`impl PartialOrd` via `is_{sub,super}set`

Open ronnodas opened this issue 7 months ago • 1 comments

Instead of a.is_subset(b), we should be able to write a <= b.

ronnodas avatar Dec 03 '23 07:12 ronnodas