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

Expand description

纯粹的 rust memchr 实现,取自 rust-memchr

Functions

memchrExperimental

返回与 text 中的字节 x 匹配的第一个索引。

memrchrExperimental

返回与 text 中的字节 x 匹配的最后一个索引。