Enumerationswift-mongodb 0.29.3MongoBuiltins->Mongo
SuperlativeSort
Mongo.Accumulator.SuperlativeSort.swift:6@frozen enum SuperlativeSort
@frozen enum SuperlativeSort
import Mongo
A single-type module that declares the Mongo
namespace.
import MongoBuiltins
@frozen struct Accumulator
enum Mongo
case bottom
case top
init(_ bson: BSON.Document)
var bson: BSON.Document
subscript(key: Superlative) -> SuperlativeDocument? { get set }
subscript(key: SuperlativeSort) -> SuperlativeSortDocument<N>? { get set }
subscript(key: SuperlativeSort) -> SuperlativeSortDocument<Never>? { get set }
subscript(key: Count) -> Mongo.EmptyDocument? { get set }
subscript<Encodable>(key: Superlative) -> Encodable? where Encodable : BSONEncodable { get set }
subscript<Encodable>(key: Unary) -> Encodable? where Encodable : BSONEncodable { get set }
@frozen enum Count
@frozen enum N
@frozen enum Superlative
@frozen struct SuperlativeDocument
@frozen struct SuperlativeSortDocument<Count>
@frozen enum Unary
protocol BitwiseCopyable
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A 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 Sendable
init?(rawValue: String)
var n: BSON.Key { get }
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)