Yuki Okushi bdc92f10e7
Rollup merge of #87636 - Kixiron:unzip-option, r=scottmcm
Added the `Option::unzip()` method

* Adds the `Option::unzip()` method to turn an `Option<(T, U)>` into `(Option<T>, Option<U>)` under the `unzip_option` feature
* Adds tests for both `Option::unzip()` and `Option::zip()`, I noticed that `.zip()` didn't have any
* Adds `#[inline]` to a few of `Option`'s methods that were missing it
2021-08-11 04:18:34 +09:00
..
2021-08-07 19:03:34 +02:00
2021-06-03 16:13:45 +02:00
2021-03-02 19:58:55 +01:00
2021-06-10 20:16:35 +01:00
2021-03-03 11:23:29 +01:00
2020-08-18 00:34:54 +02:00
2021-04-04 14:57:05 -04:00
2021-06-28 11:30:49 -04:00
2021-07-22 22:05:41 +02:00
2020-10-27 13:57:51 -07:00