Home

ffcue @main - 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", "👍"]