An Option is a wrapper type which can either have a value (Some) or not a value (None).

See also:

Values