const fn contains_nonascii(x: usize) -> bool
Returns true if any byte in the word x is nonascii (>= 128).
true
x