Handbook Glossary
factorcode.org
load-index ( name -- index )


Vocabulary
help.html

Inputs
namean object


Outputs
indexan object


Definition
USING: io.encodings.binary io.files serialize ;

IN: help.html

MEMO: load-index ( name -- index )
binary file-contents bytes>object ;