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
These are probably part of an undocumented category. A lot of the core APIs put methods on categories that the official documentation says are part of the core interface.
I wonder if it'd make the package:objective_c bindings more readable if I inline all its category methods into the classes. I'd only do this for package:objective_c, because so many of these internal categories are undocumented.
The generated
NSArray
inobjective_c
is missing at leastfirstObject
andlastObject
.The text was updated successfully, but these errors were encountered: