Parents: | cocoa |
Platforms: | macos |
Word | Stack effect |
(NSFastEnumeration-each) | ( ... object quot: ( ... elt -- ) state stackbuf count -- ... ) |
NS-EACH-BUFFER-SIZE | ( -- value ) |
NSFastEnumeration-each | ( ... object quot: ( ... elt -- ... ) -- ... ) |
NSFastEnumeration-map | ( ... object quot: ( ... elt -- ... newelt ) -- ... vector ) |
NSFastEnumeration>hashtable | ( ... object quot: ( ... elt -- ... key value ) -- ... vector ) |
NSFastEnumeration>vector | ( object -- vector ) |
with-enumeration-buffers | ( quot -- ) |