Required Static Propertyswift-bson 0.3.1BSONABI
trailer
A trailing byte to append, if any.
static var trailer: UInt8? { get }
A trailing byte to append, if any.
static var trailer: UInt8? { get }
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
protocol BufferFrameType
A type that specifies the layout of a variable-length BSON view. Parsers use conforming types to decide how to interpret BSON length headers read from input data.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct UInt8
An 8-bit unsigned integer value type.
static var skipped: Int { get }
The number of (conceptual) bytes in the frame prefix of the type this frame type is associated with.