const fn contains_nonascii(x: usize) -> bool
Expand description

Returns true if any byte in the word x is nonascii (>= 128).