pub fn sequence_greater_than(s1: u16, s2: u16) -> bool
Expand description

Returns whether or not a wrapping number is greater than another sequence_greater_than(2,1) will return true sequence_greater_than(1,2) will return false sequence_greater_than(1,1) will return false