Instance Methodswift-bson 0.3.1BSONEncoding->Swift
encode(to:)
Encodes this dictionary as an empty document.
func encode(to field: inout BSON.FieldEncoder)
Encodes this dictionary as an empty document.
func encode(to field: inout BSON.FieldEncoder)
sSD12BSONEncodingSSRszs5NeverORs_rlE6encode2toy7BSONABI4BSONO12FieldEncoderVz_tF
What are these?2J2WC
import BSONEncoding
import Swift
@frozen struct Dictionary<Key, Value> where Key : Hashable
A collection whose elements are key-value pairs.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct FieldEncoder
A type that can serialize any BSON container element.
@frozen struct String
A Unicode string value that is a collection of characters.
@frozen enum Never
A type that has no values and can’t be constructed.