I’m curious why `for (i in 1.5 .. 3.2 step 0.1) { ...
# announcements
i
I’m curious why
for (i in 1.5 .. 3.2 step 0.1) { … }
doesn’t work? Is anyone aware of an external library that adds this functionality to doubles?