Initializerswift-mongodb 0.27.0BSONDecoding->BSONABI
init(_:)
BSON.DocumentDecoder.swift:15init(_ index: [CodingKey : BSON.AnyValue] = [:])
init(_ index: [CodingKey : BSON.AnyValue] = [:])
s7BSONABI4BSONO12BSONDecodingE15DocumentDecoderVyAFy_xGSDyxAC8AnyValueOGcfc
What are these?
FNV24: [9RDO6]
import BSONDecoding
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct DocumentDecoder<CodingKey> where CodingKey : Hashable, CodingKey : RawRepresentable, CodingKey : Sendable, CodingKey.RawValue == String
A thin wrapper around a native Swift dictionary providing an efficient decoding interface for a Document
.
@frozen enum BSON
The namespace for all BSON types.
@frozen enum AnyValue
Any BSON value.