Initializerswift-bson 0.3.1BSONDecoding->Swift
init(bson:)
Set (ext).swift:4init(bson: BSON.AnyValue) throws
init(bson: BSON.AnyValue) throws
sSh12BSONDecodingAA13BSONDecodableRzrlE4bsonShyxG7BSONABI4BSONO8AnyValueO_tKcfc
What are these?1ET19
where Element:BSONDecodable, Element:Hashable
import BSONDecoding
import Swift
@frozen struct Set<Element> where Element : Hashable
An unordered collection of unique elements.
@frozen enum BSON
The namespace for all BSON types.
@frozen enum AnyValue
Any BSON value.
protocol BSONDecodable
A type that can be decoded from a BSON variant value backed by some type of storage not particular to the decoded type.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
init(bson: BSON.List) throws