Methods

BoxΒΆ

Box(a:Arr)

Convert array to a Box. Throws InvalidArgument if length of the array is not 0 or 1.
Source: stdlib.ngs:2034

Returns

Box. FullBox if the array has one element, EmptyBox otherwise.