It also would be helpful to have a return value. auto str=new String("abc") This should produce a String-handle Handle<String>. String::?String(const char*); Handle<String> String::=String(size_t len, char const* str); Right?
It also would be helpful to have a return value. auto str=new String("abc") This should produce a String-handle Handle<String>. String::?String(const char*); Handle<String> String::=String(size_t len, char const* str); Right?