haXe API Documentation
Back | Index
private class cs.internal.Nullable<T>
import cs.internal.Null
Available in cs
var hasValue : Bool
var value : T
function new(v : T, hasValue : Bool) : Void
function toDynamic() : Dynamic
static function ofDynamic<D>(obj : Dynamic) : Nullable<D>
Back | Index