Trait extendr_api::wrapper::altrep::AltLogicalImpl
source · [−]pub trait AltLogicalImpl: AltrepImpl {
fn elt(&self, _index: usize) -> Rbool;
fn tot_min_max_nas(&self) -> (i64, i32, i32, usize, usize) { ... }
fn get_region(&self, index: usize, data: &mut [Rbool]) -> usize { ... }
fn is_sorted(&self) -> Rbool { ... }
fn no_na(&self) -> bool { ... }
fn sum(&self, remove_nas: bool) -> Robj { ... }
}
Required methods
Provided methods
Get a multiple elements from this vector.
Return TRUE if this vector is sorted, FALSE if not and Rbool::na() if unknown.