Required Instance Methodswift-bson 0.3.1BSONABI
append(_:)
BSON.OutputStream.swift:10mutating func append(_ byte: UInt8)
mutating func append(_ byte: UInt8)
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
protocol OutputStream
@frozen enum BSON
The namespace for all BSON types.
@frozen struct UInt8
An 8-bit unsigned integer value type.
mutating func append(_ bytes: some Sequence<UInt8>)
mutating func reserve(another bytes: Int)