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

    e.g. new_generic(name, dispatch_args, fun=NULL)

    interface S7GenericDispatchConfig {
        args: { dispatchArg: string | undefined; fun: string; name: string };
        binds?: boolean;
    }
    Index
    args: { dispatchArg: string | undefined; fun: string; name: string }
    binds?: boolean

    the call binds the generic under the name it is given, as setGeneric does (S7 hands its generic back instead)