Handbook
Glossary
rotate-bits ( seq -- seq' )
Vocabulary
project-euler
.
265
Inputs
seq
an
object
Outputs
seq'
an
object
Definition
USING:
kernel
sequences
;
IN:
project-euler.265
:
rotate-bits
( seq -- seq' )
dup
length
<iota>
[
cut
prepend
bits
]
with
map
;