Handbook
Glossary
identity-hash-set
Vocabulary
hash-sets
.
identity
Definition
USING:
hash-sets.wrapped
;
IN:
hash-sets.identity
TUPLE:
identity-hash-set
<
wrapped-hash-set
;
Methods
USING:
accessors
hash-sets.identity
kernel
;
M:
identity-hash-set
clone
underlying>>
clone
identity-hash-set
boa
;
inline
USING:
hash-sets.identity
kernel
prettyprint.custom
;
M:
identity-hash-set
pprint-delims
drop
\
IHS{
\
}
;
USING:
hash-sets.identity
kernel
sets
sets.private
;
M:
identity-hash-set
set-like
drop
dup
identity-hash-set?
[
?members
>identity-hash-set
]
unless
;
inline
USING:
hash-sets.identity
hash-sets.identity.private
hash-sets.wrapped
kernel
;
M:
identity-hash-set
wrap-key
drop
<identity-wrapper>
;