option method

Option<I, O> option(
  1. O x
)

Implementation

Option<I, O> option(O x) => Option(x, this);