1import "struct" 2 3#MyMap: struct.MinFields(4) 4#MyMap: struct.MaxFields(9) 5 6#MyType: { 7 map: #MyMap 8}
View as plain text