pub exec fn is_digits(bytes: &[u8], start: usize, end: usize) -> boolExpand description
requires
start <= end <= bytes.len(),returnsdigits(bytes@, start as int, end as int),