Handbook
Glossary
<windowed-sequence> ( sequence n -- windowed-sequence )
Windowed sequences
Next:
in-bound ( n sequence -- n' )
Vocabulary
sequences
.
windowed
Inputs
sequence
a
sequence
n
an
integer
Outputs
windowed-sequence
a
windowed-sequence
Word description
Create a new windowed sequence of window size
n
over
sequence
.
Definition
USING:
kernel
;
IN:
sequences.windowed
:
<windowed-sequence>
( sequence n -- windowed-sequence )
\
windowed-sequence
boa
;
inline