Methods

BoxΒΆ

Box(h:Hash, k:Any)

Convert hash value indexed by the given key to a Box
Source: stdlib.ngs:2056

k

key to look in hash

Returns

Box. FullBox if the hash has the element referenced by k, EmptyBox otherwise.