Module core::slice::memchr [] [src]

🔬 This is a nightly-only experimental API. (slice_internals)

exposed from core to be reused in std; use the memchr crate

Pure rust memchr implementation, taken from rust-memchr

Functions

memchr [
Experimental
]

Return the first index matching the byte x in text.

memrchr [
Experimental
]

Return the last index matching the byte x in text.