[][src]Macro macroquad::hash

macro_rules! hash {
    ($ s : expr) => { ... };
    () => { ... };
    ($ ($ s : expr), *) => { ... };
}