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]`.
- create array at runtime Santanu
- Re: create array at runtime Stefan_Salewski
- Re: create array at runtime Santanu
- Re: create array at runtime cantanima
- Re: create array at runtime treeform
- Re: create array at runtime GULPF
- Re: create array at runtime treeform
