Trait bitwise::word::TestBit [] [src]

pub trait TestBit {
    fn test_bit<U: UnsignedWord>(self, n: U) -> bool;
}

Method version of test_bit.

Required Methods

Implementors