R (and C++) vectors equivalent in Nim are sequences.
Tuples are fine if you work with a limited fixed size of elements but otherwise use sequences or dedicated data structure (either [Neo's vectors](https://github.com/unicredit/neo) or [Arraymancer's tensors](https://github.com/unicredit/neo)).
