Enumerationswift-mongodb 0.29.3MongoBuiltins->Mongo
Exists
Mongo.PredicateOperatorEncoder.swift:70@frozen enum Exists@frozen enum Existss5MongoAAO0A8BuiltinsE24PredicateOperatorEncoderV6ExistsO What are these?2XK1Qimport MongoA single-type module that declares the Mongo namespace.
import MongoBuiltins@frozen struct PredicateOperatorEncoderenum Mongocase existsinit(_ output: consuming BSON.Output) static var frame: BSON.DocumentFrame { get }subscript(key: Regex) -> BSON.Regex? { get set } subscript(key: Metatype) -> BSON.AnyType? { get set } subscript(key: Metatype) -> [BSON.AnyType]? { get set } subscript(key: Exists) -> Bool? { get set } subscript<Divisor, Remainder>(key: Mod) -> (by: Divisor?, is: Remainder?) where Divisor : BSONEncodable, Remainder : BSONEncodable { get set } subscript<Encodable>(key: Binary) -> Encodable? where Encodable : BSONEncodable { get set } subscript<Encodable>(key: Variadic) -> Encodable? where Encodable : BSONEncodable { get set } consuming func move() -> BSON.Output @frozen enum Binary@frozen enum Metatype@frozen enum Mod@frozen enum Regex@frozen enum Variadicprotocol 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)