associatedtype CodingElement : BitwiseCopyable
s12BSONEncoding18BSONArrayEncodableP13CodingElementQa
3YM
import BSONEncoding
protocol BSONArrayEncodable<CodingElement> : BSONBinaryEncodable
A type that can be encoded to a BSON binary array. Not to be confused with BSONListEncodable.
BSONListEncodable
protocol BitwiseCopyable