Skip to main content

builtin_force

Function builtin_force 

Source
fn builtin_force(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Return its argument unchanged. Forces evaluation of a promise. @param x any R value @return x, unchanged