:sig
String DValue::get_type_name() const

:params
return value : one of String, f64, bool, array, pointer, reference, or unknown

:see
0_DValue

:content
Returns a human-readable name for the dereferenced value's type tag.


:example
print("DValue::get_type_name example\n");
