Maybe not the best way or a way that meets any constraints, but a way. :) import sequtils var s: seq[string] for (v1,v2) in zip([1,2,3], ["a","b","c"]): s.add($v1) s.add(v2) echo s Run
- Beginer problem: Combine and alternate list herdingSheep
- Beginer problem: Combine and alternate list sdmcallister
- Beginer problem: Combine and alternate list Neodim
- Beginer problem: Combine and alternate list jyapayne
- Beginer problem: Combine and alternate list herdingSheep
- Beginer problem: Combine and alternate ... treeform
- Beginer problem: Combine and altern... herdingSheep