simonpercivall / orderedset

Ordered Set implementation in Cython
Other
74 stars 14 forks source link

Let `isdisjoint` return `True` when the sets are disjoint #15

Closed simonpercivall closed 6 years ago

simonpercivall commented 6 years ago

Fix bug where isdisjoint only returned False for non-disjoint set, never True for actually disjoint sets.

Fixes #14