Join Slack
Powered by
>`(0 until N).reversed()` Did you mean `n downT...
# announcements
s
Shawn
07/10/2018, 3:40 AM
(0 until N).reversed()
Did you mean
n downTo 0
c
cppgohan
07/10/2018, 3:42 AM
@Shawn
not exactly the same, I want
[n-1, 0]
or
(N, 0]
,
n downTo 0
, seems to be
[n,0]
? (edited)
b
beholder
07/16/2018, 9:13 AM
There was proposal for
downUntil
...
Open in Slack
Previous
Next