Macro leetcode_rust::new_case_param
source · macro_rules! new_case_param {
($self:ident.$func:ident, $input:expr, $output:expr, $param:expr) => { ... };
}
Expand description
Helper macro to call create_param
method of CaseGroup<T, G, P> instance
Note
You must pass in the casegroup.create method as first parameter of the macro.