Open
Description
"Blocks" are closures and are supported by Clang and used in OSX system headers. It would be fairly straightforward to add: they are simple function pointers but instead of *
, they use ^
for the pointer symbol. E.g. void (^)(int, char)
.
Metadata
Assignees
Labels
No labels