ScriptAny.isNumber

Returns true if the value stored is a numerical type or anything that can be converted into a valid number such as boolean, or even null, which gets converted to 0.

struct ScriptAny
const nothrow @nogc
isNumber
()

Meta