Skip to main content

fresh

Macro fresh 

Source
macro_rules! fresh {
    (($($x:ident),*), $($g:expr),* $(,)?) => { ... };
}
Expand description

Bind fresh variables with scope inside the body of fresh!.