You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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).
The text was updated successfully, but these errors were encountered:
"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)
.The text was updated successfully, but these errors were encountered: