ScriptAny.checkValue

Converts a stored value back into a D value if it is valid, otherwise throws a ScriptAnyException. This is not ideal to use in native bindings because such an exception cannot be caught by the script runtime.

struct ScriptAny
const
T
checkValue
(
T
)
()

Meta