Initializerswift-mongodb 0.29.3MongoBuiltins->Mongo
init(dictionaryLiteral:)
Mongo.EmptyDocument.swift:19init(dictionaryLiteral _: (Never, Never)...)
init(dictionaryLiteral _: (Never, Never)...)
s5MongoAAO0A8BuiltinsE13EmptyDocumentV17dictionaryLiteralAEs5NeverO_AHtd_tcfc
What are these?6QPIG
import Mongo
A single-type module that declares the Mongo
namespace.
import MongoBuiltins
@frozen struct EmptyDocument
A type that can be used to expect an empty document. Decoding from a non-empty document (or a value that is not a document at all) will throw an error.
enum Mongo
@frozen enum Never
A type that has no values and can’t be constructed.
init(bson: consuming BSON.KeyspaceDecoder<BSON.Key>) throws
func encode(to _: inout BSON.DocumentEncoder<BSON.Key>)