OptionRecord2Extension<T, U> extension
- on
-
- Option<
(T, U)>
- Option<
Methods
-
unzip(
) → (Option< T> , Option<U> ) -
Available on Option<
Unzips an option containing a tuple of two options. If self is Some((a, b)) this method returns (Some(a), Some(b)). Otherwise, (None, None) is returned.(T, U)> , provided by the OptionRecord2Extension extension