Required Instance Methodswift-bson 0.3.1BSONABI
reserve(another:)
BSON.OutputStream.swift:7mutating func reserve(another bytes: Int)
mutating func reserve(another bytes: Int)
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 Int
A signed integer value type.
mutating func append(_ bytes: some Sequence<UInt8>)
mutating func append(_ byte: UInt8)