Module wmemchr::naive[][src]

Expand description

A naive implementation.

Functions

wmemchr

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