Methods

BoxΒΆ

Box(a:Arr, idx:Any)

Convert array value indexed by the given index
Source: stdlib.ngs:2047

idx

key to look in hash

Returns

Box. FullBox if the array has the element indexed by idx, EmptyBox otherwise.