Trait extendr_api::wrapper::altrep::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 { ... }
}