☰
Module memchr
Functions
?
Module
core
::
slice
::
memchr
source
·
[
−
]
🔬
This is a nightly-only experimental API. (
slice_internals
)
Expand description
纯粹的 rust memchr 实现,取自 rust-memchr
Functions
memchr
Experimental
返回与
text
中的字节
x
匹配的第一个索引。
memrchr
Experimental
返回与
text
中的字节
x
匹配的最后一个索引。