haxe / latest / haxe / ds / option.html

Option<T>

package haxe.ds

Available on all platforms

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

See also:

Values

Some(v:T)

None

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/ds/Option.html