Handbook
Glossary
bitandn ( x y -- z )
Vocabulary
math
.
vectors
.
private
Inputs
x
an
object
y
an
object
Outputs
z
an
object
Definition
USING:
kernel
math
;
IN:
math.vectors.private
:
bitandn
( x y -- z )
[
bitnot
]
dip
bitand
;
inline