fn builtin_environment_set(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
environment<-(fn, value) — set the environment of a closure.
@param fun function whose environment to set @param value new environment @return modified function @namespace base