Initializerswift-mongodb 0.27.0MongoBuiltins->Mongo
init(_:)
Mongo.SortDocument.swift:13init(_ bson: BSON.Document)
init(_ bson: BSON.Document)
s5MongoAAO0A8BuiltinsE12SortDocumentVyAEy_xG7BSONABI4BSONO0D0Vcfc
What are these?
FNV24: [29XC9]
import MongoBuiltins
import Mongo
A single-type module that declares the Mongo
namespace.
@frozen struct SortDocument<CodingKey> where CodingKey : RawRepresentable, CodingKey.RawValue == String
enum Mongo
@frozen enum BSON
The namespace for all BSON types.
@frozen struct Document
The Document
type models the “universal” BSON DSL.
var bson: BSON.Document