table of set { [5] = { [bah, 3] , [baz, 4] }, [13] = { [bar, 2] , [foo, 1] } } table of vector { [5] = [3, 4], [13] = [1, 2] } table of table { [5] = { [bah, 3] = 3, [baz, 4] = 4 }, [13] = { [bar, 2] = 2, [foo, 1] = 1 } } table of record { [5] = [a=2, b=bar], [13] = [a=1, b=foo] } T T T T T T T T T T T T T T