: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.

```cpp
print(value.get_type_name());
```
