box
Factor handbook » The language » Collections » Boxes

Next:<box> ( -- box )


Vocabulary
boxes

Class description
A data type holding a single value in the value slot. The occupied slot indicates if the value is set.

Definition

TUPLE: box value occupied ;


Methods