Skip to main content

instantiate_level

Function instantiate_level 

Source
pub fn instantiate_level(
    level: &Level,
    param_names: &[Name],
    levels: &[Level],
) -> Level
Expand description

Instantiate level parameters using a substitution.

Replaces Param(name) with the corresponding level if name is found in param_names.