Initializerswift-bson 0.3.1BSONArrays->BSONABI
init(bson:)
BSON.BinaryArray.swift:61init(bson: BSON.BinaryDecoder) throws
init(bson: BSON.BinaryDecoder) throws
s7BSONABI4BSONO10BSONArraysE12_BinaryArrayV4bsonAFy_xGAC12BSONDecodingE0D7DecoderV_tKcfc
What are these?7J594
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 BinaryDecoder
protocol BinaryPackable<Storage>
init(arrayLiteral: Never...)
init(count: Int)
var endIndex: Int { get }
var startIndex: Int { get }
subscript(position: Int) -> Element { get set }
func encode(to bson: inout BSON.BinaryEncoder)