associatedtype Element : BSON.BinaryPackable
s10BSONArrays18BSONArrayEncodableP7ElementQa
91M7R
import BSONArrays
Implements the packed binary array system.
protocol BSONArrayEncodable<Element> : BSONBinaryEncodable
A type that can be encoded to a BSON binary array. Not to be confused with BSONListEncodable.
BSONListEncodable
@frozen enum BSON
The namespace for all BSON types.
protocol BinaryPackable<Storage>