dmildew v0.5.6 (2021-02-22T01:27:01Z)
Dub
Repo
ScriptAny.orOp
mildew
types
any
ScriptAny
A method so that (undefined || 22) results in 22.
struct
ScriptAny
ScriptAny
orOp
(
ScriptAny
other
)
Meta
Source
See Implementation
mildew
types
any
ScriptAny
constructors
this
enums
Type
functions
addGetterProperty
addSetterProperty
assignField
checkValue
isInteger
isNativeObjectType
isNull
isNumber
isObject
isUndefined
lookupField
opAssign
opBinary
opCast
opCmp
opEquals
opIndex
opIndexAssign
opUnary
orOp
serialize
strictEquals
toHash
toNativeObject
toString
toValue
type
typeToString
static functions
deserialize
static variables
UNDEFINED
A method so that (undefined || 22) results in 22.