Handbook
Glossary
wrapper@ ( key wrapped-hash -- wrapped-key hash )
Vocabulary
hashtables
.
wrapped
.
private
Inputs
key
an
object
wrapped-hash
an
object
Outputs
wrapped-key
an
object
hash
an
object
Definition
USING:
accessors
hashtables.wrapped
kernel
;
IN:
hashtables.wrapped.private
:
wrapper@
( key wrapped-hash -- wrapped-key hash )
[
wrap-key
]
[
nip
underlying>>
]
2bi
;
inline