Handbook
Glossary
parse-new-entries ( header-new -- seq )
Vocabulary
ldcache
.
private
Inputs
header-new
an
object
Outputs
seq
an
object
Definition
USING:
accessors
classes.struct
kernel
sequences
;
IN:
ldcache.private
:
parse-new-entries
( header-new -- seq )
[
string-offset
]
keep
nlibs>>
[
EntryNew
read-struct
]
replicate
[
subtract-string-offset
]
with
map
;