ScriptAny.this

Constructs a new ScriptAny based on the value given.

struct ScriptAny
this
(
T
)
()

Parameters

value T

This can be any valid type such as null, bool, signed or unsigned ints or longs, floats, or doubles, strings, even primitive D arrays, as well as ScriptObject or ScriptFunction

Meta