isValidJsVal
fn
bool isValidJsVal(T)() nothrowCheck if a D type is a valid JS Value type (a value of the type can be created with createJsVal)
Parameters
T | The D type |
Returns
true if createJsVal is supported for the type, false otherwise