Initializerswift-bson 0.3.1BSONDecoding->BSONABI
init(invalid:expected:)
BSON.BinaryTypecastError.swift:13init(invalid: BinarySubtype, expected: BinarySubtype? = nil)
init(invalid: BinarySubtype, expected: BinarySubtype? = nil)
s7BSONABI4BSONO12BSONDecodingE19BinaryTypecastErrorV7invalid8expectedAfC0D7SubtypeV_AJSgtcfc
What are these?6GH6Q
import BSONDecoding
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct BinaryTypecastError
A list had an invalid number of elements.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct BinarySubtype
A BSON binary metatype. This type’s public API performs canonicalization and therefore instances of this type are safe to compare.
var description: String { get }
let expected: BinarySubtype?
let subtype: BinarySubtype