Skip to main content

eval_ground_level

Function eval_ground_level 

Source
pub fn eval_ground_level(l: &Level) -> Option<u32>
Expand description

Evaluate a ground (no params, no mvars) level to a concrete u32.

Returns None if the level has parameters or metavariables.