verity_memory

Macro w

Source
macro_rules! w {
    ($text:literal $(, $args:expr)*) => { ... };
    ($text:expr) => { ... };
}