Instance Propertyswift-bson 0.3.1BSONReflection->BSONABI
description
BSON.Document (ext).swift:30var description: String { get }
var description: String { get }
s7BSONABI4BSONO8DocumentV14BSONReflectionE11descriptionSSvp
What are these?9NOWZ
import BSONReflection
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct Document
The Document
type models the “universal” BSON DSL.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct String
A Unicode string value that is a collection of characters.
static func ~~ (lhs: `Self`, rhs: `Self`) -> Bool
Performs a type-aware equivalence comparison by parsing each operand and recursively comparing the elements. Returns false if either operand fails to parse.
func canonicalized() throws -> BSON.Document
Recursively parses and re-encodes this document, and any embedded documents (and list-documents) in its elements. The keys will not be changed or re-ordered.