Is there a way to get the string representation of a pointer in Mata?
For example, if I have a pointer like
is there a way to get the value 0x38bff10 as a string variable?
For example, if I have a pointer like
Code:
: p = &1 : p 0x38bff10
Comment