Haxe API Documentation
Back
|
Index
enum
haxe.ds.Option<T>
Available in flash8, neko, js, flash, php, cpp
An Option is a wrapper type which can either have a value (Some) or not a value (None).
Some(v : T)
None
Back
|
Index