Enumerationswift-mongodb 0.29.3MongoBuiltins->Mongo
Input
Mongo.Accumulator.SuperlativeDocument.swift:21@frozen enum Input@frozen enum Inputs5MongoAAO0A8BuiltinsE11AccumulatorV19SuperlativeDocumentV5InputO What are these?796M4import MongoA single-type module that declares the Mongo namespace.
import MongoBuiltins@frozen struct SuperlativeDocumentenum Mongo@frozen struct Accumulatorcase inputinit(_ bson: BSON.Document) var bson: BSON.Documentsubscript<Encodable>(key: Mongo.Accumulator.N) -> Encodable? where Encodable : BSONEncodable { get set } subscript<Encodable>(key: Input) -> Encodable? where Encodable : BSONEncodable { get set } protocol BitwiseCopyableprotocol EquatableA type that can be compared for value equality.
protocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
protocol RawRepresentable<RawValue>A type that can be converted to and from an associated raw value.
protocol Sendableinit?(rawValue: String) var hashValue: Int { get }static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)