@eagleoutice/flowr - v2.15.8
    Preparing search index...
    HappensBeforeKey: {
        criteria(this: void, key: string): { a: string; b: string };
        name: "HappensBeforeKey";
        of(this: void, a: SlicingCriterion, b: SlicingCriterion): string;
    } = ...

    How an answer of the HappensBeforeQuery is keyed: the two criteria it was asked about, so that both the executor writing an answer and anyone reading one spell the key the same way.

    Type Declaration