It's better to cast to `ptr UncheckedArray[cint]` since it's more semantically 
correct. Otherwise you need to add indexing operations to `ptr cint` which is 
not a good idea.

Reply via email to