☰
DDOCs
GID:JAVASCRIPTCORE6
v0.9.13
/
javascriptcore.value
/
Value.from
🔍
☾
Value.from
Value
from(T)(
Context
ctx, T val)
static
nothrow
Create a new Value from a native D value.
Parameters
T
The type of the value
ctx
The Context object
val
The D value to create the Value from
Returns
The new Value