What's the current status of unpacking arrays? I've looked around, but haven't
seen anything more recent than this thread. The code by @fowl currently breaks
with the following error:
unpack.nim(19, 21) Warning: stmt is deprecated [Deprecated]
unpack.nim(19, 28) Warning: expr is deprecated [Deprecated]
unpack.nim(21, 34) Error: undeclared identifier: 'ntyArrayConstr'
> Process terminated with exit code 1
- Re: Tuple unpacking for an array rvalue? sdwfrost
