]> git.lizzy.rs Git - rust.git/commit
Implement split_inclusive for slice and str, an splitting iterator that includes...
authorPyry Kontio <pyry.kontio@drasa.eu>
Sun, 15 Dec 2019 19:05:25 +0000 (04:05 +0900)
committerPyry Kontio <pyry.kontio@drasa.eu>
Sun, 9 Feb 2020 14:48:52 +0000 (23:48 +0900)
commit86bf96291d8222dbec9e07461404ecb189be0a98
tree3271b1a4a02101eafcb4c01007b0825ea43b0d6a
parent8647aa1a2ce279f8ec7cc5252d10b8cb9ea504eb
Implement split_inclusive for slice and str, an splitting iterator that includes the matched part in the iterated substrings as a terminator.
src/liballoc/tests/lib.rs
src/liballoc/tests/slice.rs
src/liballoc/tests/str.rs
src/libcore/slice/mod.rs
src/libcore/str/mod.rs