rust/src/libcore/str
Ulrik Sverdrup 0da69969d1 core: Use memcmp in is_prefix_of / is_suffix_of
The basic str equality in core::str calls memcmp, re-use the same
function in StrSearcher's is_prefix_of, is_suffix_of.
2015-07-04 15:10:20 +02:00
..
mod.rs StrSearcher: Update substring search to use the Two Way algorithm 2015-06-21 19:58:50 +02:00
pattern.rs core: Use memcmp in is_prefix_of / is_suffix_of 2015-07-04 15:10:20 +02:00