Home

ffcue @82956af6e828a8edc55c2586dfb273efc6a34eb4 - refs - log -
-
https://git.jolheiser.com/ffcue.git
ffcue / testdata / array_constraints.cue
- raw -
1
2
3
4
5
6
7
import "time"

s: [string, string]
i: [int, int, int]
b: [bool, bool]
d: [time.Duration, time.Duration]
x: [string, string, string]