And `collectionSizeOrDefault(10)` does: ``` if (th...
# announcements
j
And
collectionSizeOrDefault(10)
does:
Copy code
if (this is Collection<*>) this.size else default
So I guess they could add another exceptional case for ranges.