Initializerswift-bson 0.3.1BSONEncoding->Swift
init(with:)
Optional (ext).swift:31init(with populate: (inout BSON.ListEncoder) throws -> ()) rethrows
init(with populate: (inout BSON.ListEncoder) throws -> ()) rethrows
sSq12BSONEncoding7BSONABI4BSONO4ListVRszlE4withAFSgyAdAE0D7EncoderVzKXE_tKcfc
What are these?7R14R
where Wrapped == BSON.List
import BSONEncoding
import Swift
@frozen enum Optional<Wrapped> where Wrapped : ~Copyable
A type that represents either a wrapped value or the absence of a value.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct ListEncoder
A type that can encode BSON list elements directly to an output buffer.
@frozen struct List