Initializerswift-bson 0.3.1BSONABI
init(invalid:)
BSON.BinarySubtypeError.swift:11init(invalid code: UInt8)
init(invalid code: UInt8)
s7BSONABI4BSONO18BinarySubtypeErrorV7invalidAEs5UInt8V_tcfc
What are these?9QW2
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct BinarySubtypeError
The subtype byte of a binary array matched a reserved bit pattern.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct UInt8
An 8-bit unsigned integer value type.
let code: UInt8
var description: String { get }