☰
Module memchr
Constants
Functions
?
Module
core
::
slice
::
memchr
source
·
[
−
]
🔬
This is a nightly-only experimental API. (
slice_internals
)
Expand description
Pure rust memchr implementation, taken from rust-memchr
Constants
HI_USIZE
🔒
Experimental
LO_USIZE
🔒
Experimental
USIZE_BYTES
🔒
Experimental
Functions
contains_zero_byte
🔒
Experimental
Returns
true
if
x
contains any zero byte.
memchr
Experimental
Returns the first index matching the byte
x
in
text
.
memchr_aligned
🔒
Experimental
memchr_naive
🔒
Experimental
memrchr
Experimental
Returns the last index matching the byte
x
in
text
.
repeat_byte
🔒
Experimental