Function aoc_parser::with_params
source · pub fn with_params<const LEN: usize>(
params: [&'static str; LEN],
example: &[&'static str]
) -> Vec<&'static str>
Expand description
Utility method to prepend parameters to an example
pub fn with_params<const LEN: usize>(
params: [&'static str; LEN],
example: &[&'static str]
) -> Vec<&'static str>
Utility method to prepend parameters to an example