Skip to main content

set_range

Function set_range 

pub const fn set_range(
    table: [bool; 256],
    lo: u8,
    hi_exclusive: u8,
) -> [bool; 256]
Expand description

Mark every byte in the half-open range [lo, hi_exclusive) as true.