Instance Propertyswift-bson 0.3.1BSONABI
expected
What the input should have yielded.
let expected: Expectation
What the input should have yielded.
let expected: Expectation
s7BSONABI4BSONO10InputErrorV8expectedAE11ExpectationOvp
What are these?4RB7C
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct InputError
A parser did not receive the expected amount of input.
@frozen enum BSON
The namespace for all BSON types.
@frozen enum Expectation
init(expected: Expectation, encountered: Int = 0)
var description: String { get }
let encountered: Int
The number of bytes available in the input.