Handbook
Glossary
right ( n -- m )
Vocabulary
heaps
.
private
Inputs
n
an
object
Outputs
m
an
object
Definition
USING:
kernel.private
math
math.private
;
IN:
heaps.private
:
right
( n -- m )
{
fixnum
}
declare
1
fixnum-shift-fast
2
fixnum+fast
;
inline