Handbook
Glossary
sequence-wrapper
Vocabulary
hashtables
.
sequences
.
private
Definition
USING:
sequences
;
IN:
hashtables.sequences.private
TUPLE:
sequence-wrapper
{
underlying
sequence
read-only
initial:
f
}
;
Methods
USING:
accessors
hashtables.sequences.private
kernel
sequences
;
M:
sequence-wrapper
equal?
over
sequence-wrapper?
[
[
underlying>>
]
bi@
sequence=
]
[
2drop
f
]
if
;
inline
USING:
accessors
hashtables.sequences.private
kernel
math
sequences
;
M:
sequence-wrapper
hashcode*
underlying>>
[
sequence-hashcode
]
recursive-hashcode
;
inline