qtil
advanced-security/qtil-swift 0.0.3
Search

Module Impl

Import path

import codeql.swift.elements.type.internal.VariadicSequenceTypeImpl

Classes

VariadicSequenceType

A variadic sequence type, that is, an array-like type that holds variadic arguments. For example the type Int... of args in: func myVarargsFunction(args: Int...) { ... }