The various integer types in Objective-C have corresponding standard FLI types. In addition, the Objective-C type
BOOL
, which is an integer type with values
NO
and
YES,
has a corresponding FLI type objc-bool with values
nil
and
t
.