Initializerswift-bson 1.0.0BSONArrays->BSONABI
init(count:)
BSON.BinaryArray.swift:30init(count: Int)
init(count: Int)
s7BSONABI4BSONO10BSONArraysE11BinaryArrayV5countAFy_xGSi_tcfc
What are these?3U644
where Element:BSON.BinaryPackable
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
import BSONArrays
Implements the packed binary array system.
@frozen struct BinaryArray<Element> where Element : BSON.BinaryPackable
@frozen enum BSON
The namespace for all BSON types.
@frozen struct Int
A signed integer value type.
protocol BinaryPackable<Storage>
init(arrayLiteral: Never...)
init(bson: BSON.BinaryDecoder) throws
var endIndex: Int { get }
var startIndex: Int { get }
subscript(position: Int) -> Element { get set }
func encode(to bson: inout BSON.BinaryEncoder)