Parents: | unrolled-lists |
Class | Superclass | Slots |
node | tuple | data prev next |
?node |
Word | Stack 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 -- ) |
Word | Stack effect |
?node? | ( object -- ? ) |
node? | ( object -- ? ) |