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
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
I came up against this when trying to implement invoke_msg_void_NSInteger on NSInteger in #36 because it overlapped with id. It would also improve the documentation.
The text was updated successfully, but these errors were encountered:
I realise that Objective-C is a very loosely typed language, but it might be easier to work with the API if we enforce some type safety:
I came up against this when trying to implement
invoke_msg_void_NSInteger
onNSInteger
in #36 because it overlapped withid
. It would also improve the documentation.The text was updated successfully, but these errors were encountered: