Handbook
Glossary
NSFastEnumeration>hashtable ( ... object quot: ( ... elt -- ... key value ) -- ... vector )
Vocabulary
cocoa
.
enumeration
Inputs
object
an
object
quot
a
quotation
with stack effect
( ... elt -- ... key value )
Outputs
vector
an
object
Definition
USING:
assocs
hashtables
kernel
;
IN:
cocoa.enumeration
:
NSFastEnumeration>hashtable
( ... object quot: ( ... elt -- ... key value ) -- ... vector )
NS-EACH-BUFFER-SIZE
<hashtable>
[
[
[
swap
]
compose
]
dip
[
set-at
]
curry
compose
NSFastEnumeration-each
]
keep
;
inline