sizeCompare has an overloaded version that SizeCompareOps does not support.
This PR adds the missing overloaded methods: Add sizeCompare overloaded methods to SizeCompareOps by marconilanna · Pull Request #25524 · scala/scala3 · GitHub
sizeCompare has an overloaded version that SizeCompareOps does not support.
This PR adds the missing overloaded methods: Add sizeCompare overloaded methods to SizeCompareOps by marconilanna · Pull Request #25524 · scala/scala3 · GitHub
I don’t see a reason not to fill this gap. I think not everybody is thrilled with the DSL-ish syntax it enables, but we already have that syntax on other types. I can’t think of any argument for not providing it here as well.
Note that the tests in the PR show what usage looks like.