boxes vocabulary
Factor handbook ยป Vocabulary index


Documentation
Boxes

Metadata
Tags:collections


Words

Tuple classes
ClassSuperclassSlots
box tuplevalue occupied
box-empty tuplebox
box-full tuplebox


Ordinary words
WordStack effect
<box>( -- box )
>box( value box -- )
?box( box -- value/f ? )
box-empty( box -- * )
box-full( box -- * )
box>( box -- value )
check-box( box -- box )
if-box?( box quot: ( value -- ) -- )


Class predicate words
WordStack effect
box-empty?( object -- ? )
box-full?( object -- ? )
box?( object -- ? )


Files


Metadata files


Children
VocabularySummary
boxes.private