Instance Methodswift-mongodb 0.27.0BSONEncoding->Swift
encode(to:)
Encodes this integer as a value of type int32
if it can be represented exactly, or int64
otherwise.
func encode(to field: inout BSON.FieldEncoder)
Encodes this integer as a value of type int32
if it can be represented exactly, or int64
otherwise.
func encode(to field: inout BSON.FieldEncoder)