The variants in the Maybe structure.
Array Variant
Constructs a Maybe value that represents a failure (a Nothing).
Nothing
Constructs a Maybe value that represents a successful value (a Just).
Just
A Number.
values(variants)