Crate variadic_generics[][src]

Macros

Generates a macro for you and immediatly passes it on to va_invoke.

Invokes a macro multiple times with optional args, a length, a growing list of distinct identifiers and a growing list of successive indices.

Like va_invoke, but with lists of up to 32 elements.

Like va_invoke, but uses also includes an “empty list”.

Like va_invoke, but with lists of up to 32 elements and also includes an “empty list”.