unrolled-lists.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
node tupledata prev next


Mixin classes
?node


Ordinary words
WordStack effect
<back-node>( elt back -- node )
<front-node>( elt front -- node )
clear-if-empty( list -- )
normalize-back( list -- )
normalize-front( list -- )
pop-back/existing( list back -- )
pop-back/new( list back -- )
pop-front/existing( list front -- )
pop-front/new( list front -- )
push-back/existing( elt list back -- )
push-back/new( elt list -- )
push-front/existing( elt list front -- )
push-front/new( elt list -- )


Class predicate words
WordStack effect
?node?( object -- ? )
node?( object -- ? )


Files