Almost everything having `.isEmpty()` has `.isNotE...
# stdlib
m
Almost everything having
.isEmpty()
has
.isNotEmpty()
.
ClosedRange
doesn't. I suggest to add it 🙂
s
How can a closed range be empty
v
Is
5..4
a closed range? Is it empty?
👌 1
🤔 1
m
IntRange.EMPTY
for example (aka
1 .. 0
)