Hi is there a way to create open ended range which...
# stdlib
a
Hi is there a way to create open ended range which open ended in lower bounds? like
(1.0, 10.0]
or some way to achieve
<..
in `1.0 <.. 10.0`operator?
🚫 2