ListEncoder
A type that can encode BSON list elements directly to an output buffer.
@frozen struct ListEncoder
Like DocumentEncoder
, which works with BSONDocumentEncodable
, this type has its own companion protocol BSONListEncodable
, which is used to bootstrap faster BSONEncodable
conformances for Sequence
s.