Instance Propertyswift-bson 0.3.1BSONABI
subtype
The subtype of this binary array.
let subtype: BinarySubtype
The subtype of this binary array.
let subtype: BinarySubtype
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct BinaryView<Bytes> where Bytes : RandomAccessCollection, Bytes.Element == UInt8
A BSON binary array.
@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(subtype: BinarySubtype, bytes: Bytes)
let bytes: Bytes
The contents of this binary array. This collection does not include the leading subtype byte.