scala-extensions
scala-extensions copied to clipboard
fix #5
Would it make sense to replace the traversable distinctBy by a version that works for streams? Or maybe somehow anchor it into the collections hierarchy in a way that the strict version is not applicable to Stream? Otherwise a wrong import can turn halting code into non halting code.
(will have more time to look at this after Scala days and promise to also release a new version soon after)