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

    Class TwoLayerCollector<Layer1, Layer2, Values>

    two layer map abstraction

    Type Parameters

    • Layer1 extends string
    • Layer2 extends string
    • Values
    Index
    store: Map<Layer1, Map<Layer2, Values[]>> = ...