You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically second ternary operator (but let's not call it like that) - another form of range but this time with 3 arguments instead of 2: from, to and step
100..5..-1 -> ...
Obviously this is an extension to 2 arguments version, not a replacement. Could be implemented in a way, where step is connected to 1 const by default
The text was updated successfully, but these errors were encountered:
Basically second ternary operator (but let's not call it like that) - another form of range but this time with 3 arguments instead of 2:
from
,to
andstep
Obviously this is an extension to 2 arguments version, not a replacement. Could be implemented in a way, where
step
is connected to1
const by defaultThe text was updated successfully, but these errors were encountered: