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
// Extract from [Working with nil](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/WorkingwithObjects/WorkingwithObjects.html#//apple_ref/doc/uid/TP40011210-CH4-SW22):
498
+
// If you expect a return value from a message sent to nil, the return value will be
499
+
// nil for object return types, 0 for numeric types, and NO for BOOL types. Returned
500
+
// structures have all members initialized to zero.
0 commit comments