☰
DDOCs
GID:JAVASCRIPTCORE6
vlocal
/
javascriptcore.value
/
Value.from
🔍
☾
Value.from
Value
from(T)(
Context
ctx, T val)
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