Handbook
Glossary
complex-components@ ( n seq -- remainder n' seq' )
Vocabulary
sequences
.
complex-components
.
private
Inputs
n
an
object
seq
an
object
Outputs
remainder
an
object
n'
an
object
seq'
an
object
Definition
USING:
accessors
kernel
math
;
IN:
sequences.complex-components.private
:
complex-components@
( n seq -- remainder n' seq' )
[
[
1
bitand
]
[
-1
shift
]
bi
]
[
seq>>
]
bi*
;
inline