Handbook
Glossary
global-hashtable
Vocabulary
namespaces
.
private
Definition
USING:
hashtables
;
IN:
namespaces.private
TUPLE:
global-hashtable
{
boxes
hashtable
read-only
initial:
H{
}
}
;
Methods
USING:
accessors
assocs
kernel
kernel.private
namespaces.private
;
M:
global-hashtable
at*
boxes>>
at*
[
{
global-box
}
declare
value>>
t
]
[
drop
f
f
]
if
;
inline
USING:
accessors
assocs
kernel
namespaces.private
;
M:
global-hashtable
delete-at
box-at
f
swap
value<<
;
inline
USING:
accessors
assocs
namespaces.private
;
M:
global-hashtable
set-at
box-at
value<<
;
inline