advanced-security/qtil-swift
0.0.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
A module that defines getters for tuples of various arities.
For example, Tuple2Get<int, string>::getFirst(1, "foo") will yield the integer 1.
Tuple2Get<int, string>::getFirst(1, "foo")
import qtil.fn.TupleGet
GENERATE CODE. DO NOT MODIFY.