Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
fixnum-bitand ( x y -- z )
Vocabulary
math.private
Inputs and outputs
x
a
fixnum
y
a
fixnum
z
a
fixnum
Word description
Primitive version of
bitand
. The result always fits in a fixnum.
Warning
This word does not perform type checking, and passing objects of the wrong type can crash the runtime. User code should call the generic word
bitand
instead.
Definition
IN:
math.private
PRIMITIVE:
fixnum-bitand
( x y -- z )
foldable
flushable