Instance Propertyswift-bson 0.3.1BSONReflection->BSONABI
description
BSON.List (ext).swift:13var description: String { get }
var description: String { get }
s7BSONABI4BSONO4ListV14BSONReflectionE11descriptionSSvp
What are these?237F7
import BSONReflection
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct List
@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, ignoring list key names. Returns false
if either operand fails to parse.
func canonicalized() throws -> BSON.List
Recursively parses and re-encodes this list-document, and any embedded documents (and list-documents) in its elements. The ordinal keys will be regenerated.