NSString
, NSBool
, and NSInteger
come with a lot of extra functionality that is nice when needed, but becomes baggage when unnecessary. Is there a lightweight way to hold on to strings like there is for bool and int?
NSBool
hasBOOL
NSInteger
hasint
What does NSString
have?