Macro amplify::zero[][src]

macro_rules! zero {
    () => { ... };
}

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)