Macro __static_cond
macro_rules! __static_cond {
(student_answer student_answer) => { ... };
(student_answer answer) => { ... };
}
macro_rules! __static_cond {
(student_answer student_answer) => { ... };
(student_answer answer) => { ... };
}