core.internal.vararg.gnu
Varargs implementation for the GNU compilers (Gnu D Compiler) Used by core.stdc.stdarg and core.vararg.
Copyright
Copyright D Language Foundation 2025
Types 4
aliasva_list = __gnuc_va_list
The argument pointer type.
alias__gnuc_va_list = __builtin_va_list
aliasva_end = __builtin_va_end
End use of ap.
aliasva_copy = __builtin_va_copy
Make a copy of ap.