Instance Subscriptswift-mongodb 0.27.0BSONDecoding->BSONABI
subscript(_:)
BSON.ListDecoder.swift:73subscript(index: Int) -> BSON.FieldDecoder<Int> { get }
Other members in extension
Type members
init([BSON.AnyValue]
) init(parsing: borrowing BSON.List
) throws Attempts to create a list decoder from the given list.
init(parsing: borrowing BSON.AnyValue
) throws Attempts to unwrap and parse an array-decoder from the given variant.
Instance members
var elements: [BSON.AnyValue]
var endIndex: Int
var shape: BSON.Shape
The shape of the list being decoded.
var startIndex: Int