1 2 3 4 5 6
import std / [tables, sets, sharedtables] var shared: SharedTable[int, int] shared.init shared[1] = 1