clipperhouse/gen

`DistinctBy` doesn't force adding `Any`

aybabtme opened this issue · 2 comments

DistinctBy depends on the existence of Any. However, Any isn't created if when DistinctBy is requested.

@aybabtme Indeed, will fix.

Thanks, should be resolved: clipperhouse/slice@3ae82e0