pub const NSNotFound: NSInteger = crate::ffi::NSIntegerMax; // 9_223_372_036_854_775_807isize
Available on crate feature foundation only.
Expand description

A value indicating that a requested item couldn’t be found or doesn’t exist.

See Apple’s documentation.