Macro zerovec
macro_rules! zerovec {
() => { ... };
($aligned:ty; $convert:expr; [$($x:expr),+ $(,)?]) => { ... };
}
Creates a borrowed ZeroVec. Convenience wrapper for zeroslice!(...).as_zerovec(). The value
will be created at compile-time, meaning that all arguments must also be constant.
See zeroslice! for more information.
Examples
use ;
const SIGNATURE: = zerovec!;
assert!;
const EMPTY: = zerovec!;
assert!;