Instance Propertyswift-bson 0.3.1BSONArrays->BSONABI
endIndex
BSON.BinaryArray.swift:41var endIndex: Int { get }
var endIndex: Int { get }
s7BSONABI4BSONO10BSONArraysE12_BinaryArrayV8endIndexSivp
What are these?3IHMT
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 Int
A signed integer value type.
protocol BinaryPackable<Storage>
init(arrayLiteral: Never...)
init(bson: BSON.BinaryDecoder) throws
init(count: Int)
var startIndex: Int { get }
subscript(position: Int) -> Element { get set }
func encode(to bson: inout BSON.BinaryEncoder)