Macro amplify::zero

source ·
macro_rules! zero {
    () => { ... };
}
Expand description

This macro allows more semantically-clear code (which can be used especially with structure initialization), indicating that instead of type value we are generating zero values (int types or byte slices filled with zeros)