[][src]Function cgc_single_threaded::mem::bit_is_set

pub fn bit_is_set<T>(pointer: *mut T, bit: usize) -> bool

Returns true if the pointer has the given bit set to 1.