Instance Propertyswift-bson 0.3.1BSONABI
code
BSON.TypeError.swift:8let code: UInt8
let code: UInt8
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct TypeError
A variant code did not encode a valid BSON type.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct UInt8
An 8-bit unsigned integer value type.
init(invalid code: UInt8)
var description: String { get }