tupleAs_t.fcl
Go to the documentation of this file.
1 pset: {
2  numbers1 : [1,9,17]
3  toVector : [ 5, [1,2,3,4] ]
4  people : [
5  ["Alice", 1],
6  ["Bob", 2],
7  ["Charlie", 3],
8  ["Danielle", 4],
9  ["Edgar", 5]
10  ]
11 }