Required Associated Typeswift-mongodb 0.27.0MongoBuiltins->Mongo
PredicateArgument
Mongo.PredicateConfigurable.swift:6associatedtype PredicateArgument : RawRepresentable where Self.PredicateArgument.RawValue == String
associatedtype PredicateArgument : RawRepresentable where Self.PredicateArgument.RawValue == String
s5MongoAAO0A8BuiltinsE21PredicateConfigurableP0C8ArgumentQa
What are these?
FNV24: [KPGZ]
import MongoBuiltins
import Mongo
A single-type module that declares the Mongo
namespace.
protocol PredicateConfigurable<PredicateArgument>
enum Mongo
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
associatedtype RawValue
The raw type that can be used to represent all values of the conforming type.
@frozen struct String
A Unicode string value that is a collection of characters.
subscript(key: PredicateArgument, yield: (inout Mongo.PredicateEncoder) -> ()) -> Void { mutating get }