Trait packed_simd_2::Mask[][src]

pub trait Mask: Seal {
    fn test(&self) -> bool;
}
Expand description

This trait is implemented by all mask types

Required methods

Implementors