Initializerswift-bson 0.3.1BSONEncoding->BSONABI
init(with:)
BSON.BinaryView (ext).swift:13init(with encode: (inout BSON.BinaryEncoder) throws -> ()) rethrows
init(with encode: (inout BSON.BinaryEncoder) throws -> ()) rethrows
s7BSONABI4BSONO10BinaryViewV12BSONEncodings10ArraySliceVys5UInt8VGRszrlE4withAEy_AKGyAcFE0C7EncoderVzKXE_tKcfc
What are these?6A6CI
where Bytes == ArraySlice<UInt8>
import BSONEncoding
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct BinaryView<Bytes> where Bytes : RandomAccessCollection, Bytes.Element == UInt8
A BSON binary array.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct BinaryEncoder
@frozen struct ArraySlice<Element>
A slice of an Array
, ContiguousArray
, or ArraySlice
instance.