Skip to main content

check_valid_bmp_string

Function check_valid_bmp_string 

Source
pub exec fn check_valid_bmp_string(bytes: &[u8]) -> res : bool
Expand description
ensures
res == is_valid_bmp_string(bytes.deep_view()),

Check that a byte slice is a valid BMPString without allocation. TODO: Verify this function while keeping it efficient and idiomatic.