Macro mem

Source
macro_rules! mem {
    ($value: ident) => { ... };
}
Expand description

Prints the size of the given value to stdout