Trait aorist_extendr_api::IsNA[][src]

pub trait IsNA {
    fn is_na(&self) -> bool;
}
Expand description

Return true if this primitive is NA.

Required methods

Implementations on Foreign Types

Check for NA in a string by address.

Implementors