Macro std::macros::count

macro count($arg...) { ... }

Count the number of arguments

This macro counts the number of arguments passed to it. The result is a usize constant expression.

Example