Methods

ArrΒΆ

Arr(r:Eachable1)

Convert range to an array
Source: stdlib.ngs:1302

Example

Arr(1..3)   # [1,2]
Arr(1...3)  # [1,2,3]