Option<T>: None | Some<T>

This is either Some or None. Some contains a value, and None does not.

Considered that None is lesser than Some on the implementations of order.

Type Parameters

  • T

Generated using TypeDoc