is_all_zeros

Function is_all_zeros 

Source
pub fn is_all_zeros(bytes: &[u8]) -> bool
Expand description

Check if all bytes in a slice are zero.