Handbook
Glossary
lazy-append
Vocabulary
lists
.
lazy
Definition
IN:
lists.lazy
TUPLE:
lazy-append
list1 list2
;
Methods
USING:
accessors
lists
lists.lazy
;
M:
lazy-append
car
list1>>
car
;
USING:
accessors
kernel
lists
lists.lazy
;
M:
lazy-append
cdr
[
list1>>
cdr
]
[
list2>>
]
bi
lappend-lazy
;
USING:
kernel
lists
lists.lazy
;
M:
lazy-append
nil?
drop
f
;