Skip to main content

interp_eapply

Function interp_eapply 

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

eapply — apply function over environment bindings. @namespace base