@eagleoutice/flowr - v2.10.3
    Preparing search index...

    e.g. UseMethod(generic, object)

    interface S3DispatchConfig {
        args: { generic: string; object: string };
        inferFromClosure?: boolean;
    }
    Index

    Properties

    args: { generic: string; object: string }
    inferFromClosure?: boolean

    For NextMethod/if generic is not given, try to infer from the closure?