Returns a String containing the type name of a variable.
Returns the internal reference counting of the object.
println(type(1)); // Int println(type(getcwd)); // Function
Methods
Returns a string containing the object type name.
println((Reflect.new(1)).getType()); // Int
Net
System specific
Enter search terms or a module, class or function name.