Instance Subscriptswift-mongodb 0.27.0MongoBuiltins->Mongo
subscript(_:)
Mongo.Accumulator.SuperlativeDocument.swift:27subscript<Encodable>(key: Input) -> Encodable? where Encodable : BSONEncodable { get set }
subscript<Encodable>(key: Input) -> Encodable? where Encodable : BSONEncodable { get set }
s5MongoAAO0A8BuiltinsE11AccumulatorV19SuperlativeDocumentVyxSgAG5InputOc12BSONEncoding13BSONEncodableRzluip
What are these?
FNV24: [8UQ5X]
import MongoBuiltins
import Mongo
A single-type module that declares the Mongo
namespace.
@frozen struct SuperlativeDocument
enum Mongo
@frozen struct Accumulator
@frozen enum Input
protocol BSONEncodable
A type that can be encoded to a BSON variant value.
init(_ bson: BSON.Document)
var bson: BSON.Document
subscript<Encodable>(key: Mongo.Accumulator.N) -> Encodable? where Encodable : BSONEncodable { get set }