pub unsafe extern "C-unwind" fn StringTrue_unchecked(
s: *const c_char,
) -> RbooleanExpand description
Check if a string represents TRUE in R.
Recognizes “TRUE”, “true”, “True”, “T”, “t”, etc.
Unchecked FFI binding for StringTrue.
Generated from source location line 1990, column 12.
Generated from source file miniextendr-api/src/sys.rs.