Initializerswift-bson 0.3.1BSONDecoding->BSONABI
init(bson:)
BSON.UTF8View (ext).swift:4init(bson: BSON.AnyValue) throws
init(bson: BSON.AnyValue) throws
s7BSONABI4BSONO8UTF8ViewV12BSONDecodings10ArraySliceVys5UInt8VGRszrlE4bsonAEy_AKGAC8AnyValueO_tKcfc
What are these?5F97X
where Bytes == ArraySlice<UInt8>
import BSONDecoding
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct UTF8View<Bytes> where Bytes : BidirectionalCollection, Bytes.Element == UInt8
A BSON UTF-8 string. This string is allowed to contain null bytes.
@frozen enum BSON
The namespace for all BSON types.
@frozen enum AnyValue
Any BSON value.
@frozen struct ArraySlice<Element>
A slice of an Array
, ContiguousArray
, or ArraySlice
instance.