Skip to main content

ascii_digits

Function ascii_digits 

Source
pub open spec fn ascii_digits(bytes: Seq<u8>, start: int, end: int) -> bool
Expand description
{ forall |i: int| start <= i < end ==> ascii_digit(bytes[i]) }