Home

ffcue @82956af6e828a8edc55c2586dfb273efc6a34eb4 - refs - log -
-
https://git.jolheiser.com/ffcue.git
ffcue / testdata / value_arrays.cue
- raw -
1
2
3
4
5
6
s: ["a", "bb"],
i: [10, 11, 12],
b: [ false, true ],
d: ["10m", "5s"],
x: ["a" , "B", "👍"]