nested table

Run Settings
LanguageNim
Language Version
Run Command
import tables type innerTable = Table[string, string] func newEmptyInnerTable(): Table[string, string] = initTable[string, string]() var nestT = initTable[int, innerTable]() nestT.mgetOrPut(0, newEmptyInnerTable())["a"] = "b" echo nestT
Editor Settings
Theme
Key bindings
Full width
Lines