Initializer (Default implementation)swift-bson 0.3.1BSONDecoding
init(bson:)
BSONArrayDecodable.swift:13init(bson: BSON.BinaryDecoder) throws
init(bson: BSON.BinaryDecoder) throws
s12BSONDecoding18BSONArrayDecodablePAAE4bsonx7BSONABI4BSONOAAE13BinaryDecoderV_tKcfc
What are these?68WVI
import BSONDecoding
protocol BSONArrayDecodable<CodingElement> : BSONBinaryDecodable
@frozen enum BSON
The namespace for all BSON types.
@frozen struct BinaryDecoder
init(bson: BSON.AnyValue) throws
Attempts to cast a BSON variant backed by some storage type to an instance of this type. The implementation can copy the contents of the backing storage if needed.
init(bson: BSON.BinaryDecoder) throws
Initializes an instance of this type from the given binary array, validating the subtype if the conforming type performs type checking.