Skip to main content

interp_baseenv

Function interp_baseenv 

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

Return the base environment.

@return the base environment (parent of the global environment)