Initializerswift-bson 0.3.1BSONABI
init(invalid:)
BSON.BooleanSubtypeError.swift:11init(invalid code: UInt8)
init(invalid code: UInt8)
s7BSONABI4BSONO19BooleanSubtypeErrorV7invalidAEs5UInt8V_tcfc
What are these?8T1JK
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct BooleanSubtypeError
A byte encoding a boolean value was not 0
or 1
.
@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 }