Yes, I was not suggesting that Nim should disallow it, but that _if arr was 
generated as const in C_ then it should fail to compile at the C stage. And 
that should be acceptable behaviour, since I used `unsafeAddr` after all, and 
Nim has made no promises about arr being mutable.

Reply via email to