enum haxe.ds.Option<T>

Available on all platforms

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

Constructors

Some (v:T)

None