Re: table of openarray as value

2020-04-12 Thread pitr
Thanks!

Re: table of openarray as value

2020-04-11 Thread SolitudeSF
openarray is not a concrete type, you can use it only in procedure declarations. you need to use array or a sequence.

table of openarray as value

2020-04-11 Thread pitr
When creating a table where values are arrays: import tables var env = newTable[string, openarray[int]]() Run I get the following error: main.nim(2, 19) template/generic instantiation of `newTable` from here nim-1.2.0/lib/pure/collections/tables.