Some<T> function

Option<T> Some<T>(
  1. T value
)

Implementation

Option<T> Some<T>(T value) => Option.some(value);