We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168c64d commit bab29e4Copy full SHA for bab29e4
bson/bson.go
@@ -38,6 +38,9 @@ type Zeroer interface {
38
// order is not important, a map is more comfortable and concise.
39
type D = primitive.D
40
41
+// E represents a BSON element for a D. It is usually used inside a D.
42
+type E = primitive.E
43
+
44
// M is an unordered, concise representation of a BSON Document. It should generally be used to
45
// serialize BSON when the order of the elements of a BSON document do not matter. If the element
46
// order matters, use a D instead.
0 commit comments