Handbook
Glossary
EntryOld
Vocabulary
ldcache
.
private
Definition
USING:
alien.c-types
classes.struct
;
IN:
ldcache.private
STRUCT:
EntryOld
{
flags
int32_t
initial:
0
}
{
key
uint32_t
initial:
0
}
{
value
uint32_t
initial:
0
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
ldcache.private
;
M:
EntryOld
clone
clone-underlying
\
EntryOld
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
ldcache.private
;
M:
EntryOld
struct-slot-values
{
[
flags>>
]
[
key>>
]
[
value>>
]
}
cleave>array
;
inline