fn interp_as_environment(
positional: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Coerce a value to an environment.
@param x integer (search path position), string (environment name), or environment @return the corresponding environment