Attempt to convert the referenced object to the specified D type.
auto results = lua.doString(`return "hello!"`); assert(results[0].to!string() == "hello!");
See Implementation
Attempt to convert the referenced object to the specified D type.