Function encoding_rs::mem::is_ascii [−][src]
Expand description
Checks whether the buffer is all-ASCII.
May read the entire buffer even if it isn’t all-ASCII. (I.e. the function is not guaranteed to fail fast.)
Checks whether the buffer is all-ASCII.
May read the entire buffer even if it isn’t all-ASCII. (I.e. the function is not guaranteed to fail fast.)