Instance Propertyswift-bson 0.3.1BSONDecoding->BSONABI
subtype
BSON.BinaryDecoder.swift:35var subtype: BSON.BinarySubtype { get }
var subtype: BSON.BinarySubtype { get }
s7BSONABI4BSONO12BSONDecodingE13BinaryDecoderV7subtypeAC0D7SubtypeVvp
What are these?97BXV
import BSONDecoding
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct BinaryDecoder
@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.
init(parsing bson: borrowing BSON.AnyValue) throws
Attempts to unwrap a binary array from the given variant. Despite the name, this initializer performs no actual parsing.
var bytes: ArraySlice<UInt8> { get }
var shape: BSON.Shape { get }