Parameters

typealias Parameters = Tuple<Parameter<*>>(source)

Fixed-arity tuple of URI parameters.

Tapik keeps parameters in a typed tuple instead of a plain list so later DSL stages, generators, and interpreters can recover both the order and the Kotlin type of each captured value.