A simple linked set with eq
as the comparison, optimized for small sets.
It has linear complexity for contains
, +
, and -
.
- Companion
- object
A simple linked set with eq
as the comparison, optimized for small sets.
It has linear complexity for contains
, +
, and -
.