Function m4ri_sys::mzd_read_bit[][src]

pub unsafe fn mzd_read_bit(matrix: *const Mzd, row: Rci, col: Rci) -> BIT

Read the bit at position M[row, col]

Unsafe behaviour

No bounds checking

Reimplemented in Rust as the C library declares it as inline