qtil
advanced-security/qtil-swift 0.0.3
Search

Module VariadicSequenceType

This module provides the public class VariadicSequenceType.

Import path

import codeql.swift.elements.type.VariadicSequenceType

Imports

UnarySyntaxSugarType

This module provides the public class UnarySyntaxSugarType.

Aliases

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...) { ... }