Skip to main content

interp_has_method

Function interp_has_method 

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

Check if a method exists for an S4 generic.

@param f character: generic function name @param signature character: method signature @return logical @namespace methods