The equivalent in Nim would be `ptr UncheckedArray[T]`, which is a pointer to 
an array without any range checking. That said, unless you have a good reason 
for using it you're better of with `seq[T]`.

Reply via email to