Trait array_tool::vec::Empty [] [src]

pub trait Empty {
    fn empty(&self) -> bool;
}

Required Methods

fn empty(&self) -> bool

Implementors