Endo
    Preparing search index...

    Type Alias MethodGuard<CK, Args, OptArgs, RetGuard, RestGuard>

    MethodGuard: CopyTagged<
        "guard:methodGuard",
        MethodGuardPayload<CK, Args, OptArgs, RetGuard, RestGuard>,
    >

    Guard for a method's call signature and return type. Generic parameters carry type-level information for inference via TypeFromMethodGuard.

    Type Parameters