Expand description
Operations on ASCII [u8].
Structsยง
- Escape
Ascii - An iterator over the escaped version of a byte slice.
- Escape
Byte ๐
Functionsยง
- is_
ascii ๐x86-64 and sse2, or LoongArch LA64 andlsx - ASCII test optimized to use the
pmovmskbinstruction onx86-64and thevmskltz.binstruction onloongarch64. - is_
ascii_ ๐ปsimple Experimental - ASCII test without the chunk-at-a-time optimizations.