Static Propertyswift-mongodb 0.27.0MongoBuiltins->Mongo
frame
Mongo.UpdateArrayEncoder.swift:30static var frame: BSON.DocumentFrame { get }
static var frame: BSON.DocumentFrame { get }
s5MongoAAO0A8BuiltinsE18UpdateArrayEncoderV5frame7BSONABI4BSONO13DocumentFrameOvpZ
What are these?
FNV24: [8AIAA]
import MongoBuiltins
import Mongo
A single-type module that declares the Mongo
namespace.
@frozen struct UpdateArrayEncoder
enum Mongo
@frozen enum BSON
The namespace for all BSON types.
@frozen enum DocumentFrame
Specifies the interpretation of a length header attached to a document
, or a list
document.
init(_ output: consuming BSON.Output)
subscript(key: Index) -> Int? { get set }
subscript<Array>(key: Each) -> Array? where Array : BSONEncodable { get set }
subscript<CodingKey>(key: Sort, using _: CodingKey.Type = CodingKey.self, yield: (inout Mongo.SortEncoder<CodingKey>) -> ()) -> Void where CodingKey : RawRepresentable, CodingKey.RawValue == String { mutating get }
consuming func move() -> BSON.Output
@frozen enum Each
@frozen enum Index
@frozen enum Sort