Uniq does not handle non-hashable elements
DevL opened this issue · comments
Lennart Fridén commented
The current implementation relies on a dict
internally which in turn requires each element in the enumerable to be hashable.
A library implementing certain Ruby-like behaviours in Python.
DevL opened this issue · comments
The current implementation relies on a dict
internally which in turn requires each element in the enumerable to be hashable.