zip<U> abstract method

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

Zips self with another Option.

Implementation

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