ListEncoder

A type that can encode BSON list elements directly to an output buffer.

BSON.ListEncoder.swift:9
@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 Sequences.