pub trait Length: GetSexp {
// Provided methods
fn len(&self) -> usize { ... }
fn is_empty(&self) -> bool { ... }
}
Provided Methods§
Implementors§
impl Length for Altrep
len() and is_empty()
impl Length for Complexes
len() and is_empty()
impl Length for Doubles
len() and is_empty()
impl Length for Environment
len() and is_empty()
impl Length for Expressions
len() and is_empty()
impl Length for Function
len() and is_empty()
impl Length for Integers
len() and is_empty()
impl Length for Language
len() and is_empty()
impl Length for List
len() and is_empty()
impl Length for Logicals
len() and is_empty()
impl Length for Pairlist
len() and is_empty()
impl Length for Primitive
len() and is_empty()
impl Length for Promise
len() and is_empty()
impl Length for Raw
len() and is_empty()
impl Length for Rstr
len() and is_empty()
impl Length for S4
len() and is_empty()
impl Length for Strings
len() and is_empty()
impl Length for Symbol
len() and is_empty()
impl Length for Robj
impl<T> Length for Dataframe<T>
len() and is_empty()
impl<T> Length for ExternalPtr<T>
len() and is_empty()