OptionUnzip<T, U> extension

Provides the unzip() method to Option type values that hold a Record of two values.

on

Methods

unzip() → (Option<T>, Option<U>)

Available on Option<(T, U)>, provided by the OptionUnzip extension

Unzips this Option if this Option holds a Record of two values.