validate_gpa_ranges

Function validate_gpa_ranges 

Source
pub fn validate_gpa_ranges(count: usize, buf: &[u64]) -> Result<usize, Error>
Expand description

Validates that buf contains count valid GPA ranges. Returns the number of u64 entries actually used to describe those ranges.