pub type Bitmask<A> = Mask<Bit, A>;
An address bit-mask.
pub struct Bitmask<A>(/* private fields */);
|
^
!