Trait bitsetium::BitTest[][src]

pub trait BitTest {
    fn test(&self, idx: usize) -> bool;
}
Expand description

Test single bit. This trait should be implemented for all bit-set.

Required methods

Tests if bit at specified index is set.

Implementations on Foreign Types

Implementors