v0.54.0
You can use :
for ranges in strings, arrays, maps and even standalone to generate numbers (ie -2:3
yields [-2,-1,0,1,2]
, it's an open interval to the right)
What's Changed
- Index range expression, including right relative to the end for both direct access and ranges by @ldemailly in #171
Full Changelog: v0.53.1...v0.54.0