> You can iterate over an openarray, of course. But not on a tuple, as fields
> may have different types.
let a = (1, "two", @[3, 4])
for x in fields(a):
echo x
Run
- A few questions about procs hugogranstrom
- Re: A few questions about procs trtt
- Re: A few questions about procs hugogranstrom
- Re: A few questions about procs GordonBGood
- Re: A few questions about procs lscrd
- Re: A few questions about procs miran
- Re: A few questions about procs miran
- Re: A few questions about proc... lscrd
- Re: A few questions about proc... hugogranstrom
