const USE_WORDS: u8 = 1;
Expand description
A bitmask constant for scrutinizing the immediate byte provided
to the string comparison intrinsics. It distinuishes between
16-bit integers and 8-bit integers. See compare_strings
for more details about the immediate byte.