Sign in
cue
/
cue
/
845df056ca4facf04a7a844238d3f3da0d4dbe99
/
.
/
encoding
/
openapi
/
testdata
/
struct.cue
blob: 82406f817d41cc0d2afab297b4f0607cc06f8040 [
file
] [
log
] [
blame
]
import
"struct"
#MyMap: struct.MinFields(4)
#MyMap: struct.MaxFields(9)
#MyType: {
map
:
#MyMap
}