Function expand_function_template_instance

Source
pub fn expand_function_template_instance(
    program: &Program,
    function: &FunctionDecl,
    bindings: &BTreeMap<String, TemplateMetaBinding>,
) -> Result<FunctionDecl, MetaEvalError>
Expand description

Expand one instantiated runtime template function using provided meta bindings.