Enumerationswift-bson 0.3.1BSONABI
Expectation
BSON.BinaryViewError.Expectation.swift:4@frozen enum Expectation
@frozen enum Expectation
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct BinaryViewError
A binary view was sliced from a malformed storage buffer.
@frozen enum BSON
The namespace for all BSON types.
case subtype
The input should have yielded a subtype byte.
case subheader
The input should have yielded a legacy subheader.
init(expected: Expectation)
var description: String { get }
let expected: Expectation
What the input should have yielded.
protocol BitwiseCopyable
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Escapable
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
var description: String { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.