Skip to main content

interp_emptyenv

Function interp_emptyenv 

Source
fn interp_emptyenv(
    _positional: &[RValue],
    _named: &[(String, RValue)],
    _context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Return the empty environment (has no parent and no bindings).

@return the empty environment