Handbook
Glossary
all-ones? ( n -- ? )
Vocabulary
compiler
.
tree
.
propagation
.
transforms
Inputs
n
an
object
Outputs
?
an
object
Definition
USING:
kernel
math
;
IN:
compiler.tree.propagation.transforms
:
all-ones?
( n -- ? )
dup
1
+
bitand
zero?
;
inline