ManglingOperator
public enum ManglingOperator : String, Sendable
extension ManglingOperator: TextOutputStreamable
A one or two letter identifier specifying how to interpret mangled data.
-
Undocumented
Declaration
Swift
case productTypeDecl = "A" -
Undocumented
Declaration
Swift
case bindingDecl = "bD" -
Undocumented
Declaration
Swift
case traitDecl = "C" -
Undocumented
Declaration
Swift
case conformanceDecl = "cD" -
Undocumented
Declaration
Swift
case extensionDecl = "eD" -
Undocumented
Declaration
Swift
case importDecl = "iD" -
Undocumented
Declaration
Swift
case associatedTypeDecl = "taD" -
Undocumented
Declaration
Swift
case associatedValueDecl = "vaD" -
Undocumented
Declaration
Swift
case functionDecl = "F" -
Undocumented
Declaration
Swift
case existentializedFunctionDecl = "eF" -
Undocumented
Declaration
Swift
case methodDecl = "hF" -
Undocumented
Declaration
Swift
case methodImpl = "iF" -
Undocumented
Declaration
Swift
case monomorphizedFunctionDecl = "mF" -
Undocumented
Declaration
Swift
case staticFunctionDecl = "sF" -
Undocumented
Declaration
Swift
case synthesizedFunctionDecl = "xF" -
Undocumented
Declaration
Swift
case genericParameterDecl = "G" -
Undocumented
Declaration
Swift
case propertyDecl = "pH" -
Undocumented
Declaration
Swift
case subscriptDecl = "H" -
Undocumented
Declaration
Swift
case subscriptImpl = "iH" -
Undocumented
Declaration
Swift
case memberwiseInitializerDecl = "I" -
Undocumented
Declaration
Swift
case lookup = "K" -
Undocumented
Declaration
Swift
case lookupRelative = "rK" -
Undocumented
Declaration
Swift
case moduleDecl = "M" -
Undocumented
Declaration
Swift
case namespaceDecl = "N" -
Undocumented
Declaration
Swift
case parameterDecl = "P" -
Undocumented
Declaration
Swift
case directDeclReference = "dQ" -
Undocumented
Declaration
Swift
case reserved = "R" -
Undocumented
Declaration
Swift
case typealiasDecl = "S" -
Undocumented
Declaration
Swift
case productType = "aT" -
Undocumented
Declaration
Swift
case associatedType = "aaT" -
Undocumented
Declaration
Swift
case boundGenericType = "bT" -
Undocumented
Declaration
Swift
case builtinIntegerType = "biT" -
Undocumented
Declaration
Swift
case builtinFloatType = "bfT" -
Undocumented
Declaration
Swift
case builtinPointerType = "bpT" -
Undocumented
Declaration
Swift
case builtinModuleType = "bmT" -
Undocumented
Declaration
Swift
case builtinWordType = "bwT" -
Undocumented
Declaration
Swift
case traitType = "cT" -
Undocumented
Declaration
Swift
case bufferType = "dT" -
Undocumented
Declaration
Swift
case existentialTraitType = "eT" -
Undocumented
Declaration
Swift
case existentialGenericType = "egT" -
Undocumented
Declaration
Swift
case existentialMetatype = "emT" -
Undocumented
Declaration
Swift
case genericTypeParameterType = "gT" -
Undocumented
Declaration
Swift
case methodType = "hT" -
Undocumented
Declaration
Swift
case arrowType = "lT" -
Undocumented
Declaration
Swift
case metatypeType = "mT" -
Undocumented
Declaration
Swift
case parameterType = "pT" -
Undocumented
Declaration
Swift
case remoteType = "rT" -
Undocumented
Declaration
Swift
case subscriptType = "sT" -
Undocumented
Declaration
Swift
case subscriptImplType = "siT" -
Undocumented
Declaration
Swift
case tupleType = "tT" -
Undocumented
Declaration
Swift
case unionType = "uT" -
Undocumented
Declaration
Swift
case translatonUnit = "U" -
Undocumented
Declaration
Swift
case varDecl = "V" -
Undocumented
Declaration
Swift
case whereClause = "W" -
Undocumented
Declaration
Swift
case conformanceConstraint = "cW" -
Undocumented
Declaration
Swift
case equalityConstraint = "eW" -
Undocumented
Declaration
Swift
case valueConstraint = "vW" -
Undocumented
Declaration
Swift
case witnessTable = "wW" -
Undocumented
Declaration
Swift
case anonymousScope = "Y" -
Undocumented
Declaration
Swift
case endOfSequence = "Z" -
Creates the operator corresponding to
d.Declaration
Swift
init<T>(for d: T.Type) where T : SingleEntityDecl -
Declaration
Swift
public func write<T>(to output: inout T) where T : TextOutputStream
View on GitHub