Handbook
Glossary
init-table ( size -- table )
Vocabulary
unicode
.
breaks
.
private
Inputs
size
an
object
Outputs
table
an
object
Definition
USING:
arrays
kernel
sequences
;
IN:
unicode.breaks.private
:
init-table
( size -- table )
dup
[
f
<array>
]
curry
replicate
;