Function level_lib::anvil::region::fill_to_sector_end
source · pub fn fill_to_sector_end(input: &mut Vec<u8>)Expand description
Function to fill an vector until the start of the next sector is reached
§Test
assert_eq!(0b1000000000000 - 1, 0b111111111111);