Thank you! But what if, for example, I wanted to pass a pointer to the data to 
a C function? Suppose I know for sure it won't mutate the data, and I want my 
function signature to reflect this. Is there way to force Nim to give me an 
address?

Reply via email to