Home

ffcue @3e3e4f232e75ebca8b1af4c5ada9b2730acd5e41 - refs - log -
-
https://git.jolheiser.com/ffcue.git
ffcue / testdata / array_constraints.cue
- raw -
1
2
3
4
5
6
7
#Duration: string & =~"^([0-9]+(ns|us|ยตs|ms|s|m|h))+$"

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