For an openArray parameter you can pass an array or a seq, but only a single one. For varargs parameter you can pass multiple arguments.
I think the explanation at > [https://nim-lang.org/docs/manual.html#types-open-arrays](https://nim-lang.org/docs/manual.html#types-open-arrays) is fine, but I have to read it again from time to time for details.
