[][src]Type Definition cocoa::base::BOOL

type BOOL = i8;

The Objective-C BOOL type.

To convert an Objective-C BOOL into a Rust bool, compare it with NO.