func encode(to bson: inout BSON.BinaryEncoder)
s7BSONABI4BSONO10BSONArraysE12_BinaryArrayV6encode2toyAC12BSONEncodingE0D7EncoderVz_tF
6H3MD
where Element:BSON.BinaryPackable
import BSONArrays
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct _BinaryArray<Element> where Element : BSON.BinaryPackable
@frozen enum BSON
The namespace for all BSON types.
@frozen struct BinaryEncoder
protocol BinaryPackable<Storage>
init(arrayLiteral: Never...)
init(bson: BSON.BinaryDecoder) throws
init(count: Int)
var endIndex: Int { get }
var startIndex: Int { get }
subscript(position: Int) -> Element { get set }