Open armoha opened 2 years ago
thinking of similar syntax with Swift
0...4 // closed range 1..<7 // half-open interval
Original issue: https://cafe.naver.com/edac/116720
If range syntax compiled to python Range(), It's good to add step for users?
range syntax
Range()
step
0...4...2 0...4
Little bit dirty...
thinking of similar syntax with Swift
Original issue: https://cafe.naver.com/edac/116720