Trait extendr_api::IsNA[][src]

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

Return true if this primitive is NA.

Required methods

fn is_na(&self) -> bool[src]

Loading content...

Implementations on Foreign Types

impl IsNA for f64[src]

impl IsNA for i32[src]

impl IsNA for &str[src]

fn is_na(&self) -> bool[src]

Check for NA in a string by address.

Loading content...

Implementors

impl IsNA for Bool[src]

Loading content...