Skip to main content

problem_parameters

Macro problem_parameters 

Source
macro_rules! problem_parameters {
    ($(($name:literal, $getter:ident)),+ $(,)?) => { ... };
}
Expand description

Define a problem’s canonical parameters from inherent getter methods.