Files
rust/src
bors 82be83cf74 Auto merge of #43500 - murarth:string-retain, r=alexcrichton
Add method `String::retain`

Behaves like `Vec::retain`, accepting a predicate `FnMut(char) -> bool`
and reducing the string to only characters for which the predicate
returns `true`.
2017-08-15 16:21:28 +00:00
..
2017-07-25 07:03:19 -07:00
2017-07-25 07:03:19 -07:00
2017-08-12 14:01:11 +02:00
2017-07-25 07:03:19 -07:00
2017-07-25 07:03:19 -07:00
2017-07-31 18:09:02 +03:00
2017-07-25 07:03:19 -07:00
2017-07-25 07:03:19 -07:00
2017-08-12 10:54:36 +02:00
2017-07-23 22:48:01 +07:00
2017-07-27 05:51:22 -06:00
2017-07-25 07:03:19 -07:00