Class Raw::PackElementExpr
INTERNAL: Do not use. A pack element expression is a child of PackExpansionExpr.
In the following example, each t on the second line is the pack element expression:
func makeTuple<each T>(_ t: repeat each T) -> (repeat each T) {
return (repeat each t)
}
More details: https://github.com/apple/swift-evolution/blob/main/proposals/0393-parameter-packs.md
Import path
import codeql.swift.generated.RawDirect supertypes
Predicates
| getSubExpr | Gets the sub expression of this pack element expression. |
| toString |