zip<U> abstract method

Option<(T, U)> zip<U>(
  1. Option<U> other
)

Implementation

Option<(T, U)> zip<U>(Option<U> other);