@@ -225,6 +225,13 @@ If you want to check whether the annotation has a non-empty value, you can use t
225
225
226
226
</div >
227
227
228
+ ###### .Len { #user - content - Object_Common_Annotation__Len }
229
+ <div className = " property-container" >
230
+
231
+ ` .Len ` returns the number of parameters in the annotation.
232
+
233
+ </div >
234
+
228
235
###### .NamePos { #user - content - Object_Common_Annotation__NamePos }
229
236
<div className = " property-container" >
230
237
@@ -1121,6 +1128,8 @@ false
1121
1128
- **byte**: byte
1122
1129
- **bytes**: byte slice
1123
1130
- **string**: string
1131
+ - **time**: time
1132
+ - **duration**: duration
1124
1133
- **any**: any object
1125
1134
- **map**: dictionary
1126
1135
- **vector**: vector of elements
@@ -1178,6 +1187,13 @@ false
1178
1187
1179
1188
</div>
1180
1189
1190
+ ###### .IsDuration {#user-content-Object_Common_Type_Kind__IsDuration}
1191
+ <div className="property-container">
1192
+
1193
+ ` .IsDuration ` reports whether the type is a duration.
1194
+
1195
+ </div>
1196
+
1181
1197
###### .IsEnum {#user-content-Object_Common_Type_Kind__IsEnum}
1182
1198
<div className="property-container">
1183
1199
@@ -1241,6 +1257,13 @@ false
1241
1257
1242
1258
</div>
1243
1259
1260
+ ###### .IsTime {#user-content-Object_Common_Type_Kind__IsTime}
1261
+ <div className="property-container">
1262
+
1263
+ ` .IsTime ` reports whether the type is a time.
1264
+
1265
+ </div>
1266
+
1244
1267
###### .IsVector {#user-content-Object_Common_Type_Kind__IsVector}
1245
1268
<div className="property-container">
1246
1269
@@ -2108,6 +2131,10 @@ Example:
2108
2131
2109
2132
</div>
2110
2133
2134
+ ## Packages {#user-content-Object_Packages}
2135
+
2136
+ ` Packages ` represents a list of Next packages.
2137
+
2111
2138
## PrimitiveType {#user-content-Object_PrimitiveType}
2112
2139
2113
2140
` PrimitiveType ` represents a primitive type.
0 commit comments