# Functions
ConvertArray converts [*types.Array] to Array.
ConvertDocument converts [*types.Document] to Document.
MakeDocument creates a new empty Document with the given capacity.
NewDocument creates a new Document from the given pairs of field names and values.
# Variables
ErrDecodeInvalidInput is returned wrapped by Decode functions if the input bytes slice is invalid.
ErrDecodeShortInput is returned wrapped by Decode functions if the input bytes slice is too short.
Null represents BSON scalar value null.
# Interfaces
CompositeType represents a BSON composite type (including raw types).
Type represents a BSON type.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RawArray represents a BSON array in the binary encoded form.
RawDocument represents a BSON document a.k.a object in the binary encoded form.
No description provided by the author
No description provided by the author
No description provided by the author