# how do i initialize a seq of tuples that aren't named? var test:seq[tuple[a:int,b:int]] #named tuple test.add((1,2)) echo test