It did - sort of - by mentionioning that it expected a _var_ argument, but I
agree, it could be clearer. BTW, there is also an _mpairs_ iterator, if you
need to use the index as well (but only the element is mutable, not the index):
for storeIndex, storedPacket in storedPackets.mpairs:
- Got (seq[string], seq[string]) but expected (seq[T], openArray[T... abudden
- Re: Got (seq[string], seq[string]) but expected (seq[T], op... chemist69
- Re: Got (seq[string], seq[string]) but expected (seq[T]... abudden
- Re: Got (seq[string], seq[string]) but expected (se... chemist69
