Handbook
Glossary
print-defers ( current-order slots -- )
Vocabulary
libclang
Inputs
current-order
an
object
slots
an
object
Outputs
None
Definition
USING:
kernel
math
sequences
;
IN:
libclang
:
print-defers
( current-order slots -- )
[
tuck
lookup-order
<
[
print-deferred
]
[
drop
]
if
]
with
each
;