rust/library/core
Waffle 0b923d3ca0 add str::{Split,RSplit}::as_str methods
This commit introduses 2 methods under "str_split_as_str" gate with common
signature of `&Split<'a, _> -> &'a str'`. Both of them work like
`Chars::as_str` - return unyield part of the inner string.
2020-10-01 22:53:15 +03:00
..
benches flt2dec: properly handle uninitialized memory 2020-09-02 12:41:38 +02:00
src add str::{Split,RSplit}::as_str methods 2020-10-01 22:53:15 +03:00
tests Rollup merge of #76909 - timvermeulen:advance_by, r=Amanieu 2020-10-01 02:13:29 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00