Tags: | collections |
Class | Superclass | Slots |
box | tuple | value occupied |
box-empty | tuple | box |
box-full | tuple | box |
Word | Stack 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 -- ) -- ) |
Word | Stack effect |
box-empty? | ( object -- ? ) |
box-full? | ( object -- ? ) |
box? | ( object -- ? ) |