extendr_api::wrapper::altrepTrait AltStringImpl
Source pub trait AltStringImpl {
// Required method
fn elt(&self, _index: usize) -> Rstr;
// Provided methods
fn set_elt(&mut self, _index: usize, _value: Rstr) { ... }
fn is_sorted(&self) -> Rbool { ... }
fn no_na(&self) -> bool { ... }
}
Get a single element from this vector.
Set a single element in this vector.
Return TRUE if this vector is sorted, FALSE if not and Rbool::na() if unknown.
Return true if this vector does not contain NAs.