Instance Methodswift-bson 0.3.1BSONEncoding->BSONABI
encode(to:)
BSON.Min (ext).swift:4func encode(to field: inout BSON.FieldEncoder)
func encode(to field: inout BSON.FieldEncoder)
s7BSONABI4BSONO3MinV12BSONEncodingE6encode2toyAC12FieldEncoderVz_tF
What are these?7KB1B
import BSONEncoding
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct Min
The MongoDB min-key. This type has a single state, and is isomorphic to Void
. It is mainly used by the decoding and encoding layers as an API landmark.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct FieldEncoder
A type that can serialize any BSON container element.