pub type SetFalse<Next = EOF> = Cycle<Flip, Next>;
Sets current bit to False.
False
pub struct SetFalse<Next = EOF>(/* private fields */);