Handbook
Glossary
NSFastEnumeration-map ( ... object quot: ( ... elt -- ... newelt ) -- ... vector )
Vocabulary
cocoa
.
enumeration
Inputs
object
an
object
quot
a
quotation
with stack effect
( ... elt -- ... newelt )
Outputs
vector
an
object
Definition
USING:
kernel
sequences
vectors
;
IN:
cocoa.enumeration
:
NSFastEnumeration-map
( ... object quot: ( ... elt -- ... newelt ) -- ... vector )
NS-EACH-BUFFER-SIZE
<vector>
[
[
push
]
curry
compose
NSFastEnumeration-each
]
keep
;
inline