Module wmemchr::fallback[][src]

Expand description

Pure Rust platform independent implementation designed for speed.

Functions

wmemchr

Returns the index of the first occurrence of a wide character in a slice, or None if the character is not found.