Function contrafact::consecutive_int_[][src]

pub fn consecutive_int_<T>(initial: T) -> ConsecutiveIntFact<T> where
    T: Debug + PartialEq + PrimInt
Expand description

Specifies that a value should be increasing by 1 at every check/mutation, with no context given