List Question
20 TechQA 2024-03-21T09:39:22.120000va_args in c from <stdarg.h> does not work correctly
60 views
Asked by Negar Nasiri
`rest*` vs `rest @ _*` when pattern matching in Scala
36 views
Asked by Each One Chew
Can Cython be used to define C-callable variadic functions?
57 views
Asked by JesseTG
Is this use of va_copy undefined behaviour?
80 views
Asked by nect
Searching a way to use different variadic functors basing on condition
43 views
Asked by MatG
cascaded calls to variadic functions in C
70 views
Asked by xgon
Design of a function that modifies from 1-4 values of a register
43 views
Asked by Seamus
Is it possible to have a generic function that takes an arbitrary number of parameters?
60 views
Asked by Makogan
Swift store closure with parameter packs
86 views
Asked by Guy Kogus
How can I pass std::initializer_list in a variable number of arguments?
98 views
Asked by Bruno Xavier
C preprocessor macro and warning suppression for custom variadic-argument function?
71 views
Asked by Oh Fiveight
How to add new argument with default value to function which accepts varargs in Kotlin?
75 views
Asked by gstackoverflow
(GCC/Clang) Enforce type on variadic argument list?
51 views
Asked by Oh Fiveight
Somewhat Variadic function in Modern Fortran
44 views
Asked by Re'em
Mockito 5.8.0 ambiquity with varargs
81 views
Asked by MeBigFatGuy
How to make compiler differentiate f(double...) and f(int, double...)
150 views
Asked by Bartłomiej Konecki
Passing variadic arguments to a method once object is constructed
44 views
Asked by Marco Tullio
Ruby short-cut for passing only expected number of arguments to a lambda
86 views
Asked by Zack
Understanding va_list in Variadic Functions: gp_offset Incrementation, fp_offset Fixation, and Garbage Values
104 views
Asked by NOURDDINE BENYAHYA
How to type function with variadic number of generic type variables in TypeScript?
84 views
Asked by kravemir