Function is_zeroed

Source
pub fn is_zeroed(buf: &[u8]) -> bool
Expand description

See if a slice contains all zeroes. Useful for checking an account’s data.