factor/library/test/memory.factor

13 lines
232 B
Factor

IN: temporary
USING: generic kernel lists math memory words ;
num-types [
[
builtin-type [
"predicate" word-prop instances [
class drop
] each
] when*
] keep
] repeat