[−][src]Module core::slice::memchr
🔬 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 |
memrchr | [ Experimental ]Return the last index matching the byte |