Type Alias cocoa_foundation::base::BOOL

source ยท
pub type BOOL = i8;
Expand description

The Objective-C BOOL type.

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