`DistinctBy` doesn't force adding `Any`
aybabtme opened this issue · 2 comments
aybabtme commented
DistinctBy
depends on the existence of Any
. However, Any
isn't created if when DistinctBy
is requested.
clipperhouse commented
@aybabtme Indeed, will fix.
clipperhouse commented
Thanks, should be resolved: clipperhouse/slice@3ae82e0