Instance Propertyswift-bson 0.3.1BSONABI
code
BSON.BinarySubtypeError.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 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.
init(invalid code: UInt8)
var description: String { get }