• Left joins a tuple iterable (e.g. a Map) with other Maps by key.

    Type Parameters

    Parameters

    • iterable: Iterable<L>
    • key: ((lhs) => undefined | K)
        • (lhs): undefined | K
        • Parameters

          • lhs: L

          Returns undefined | K

    • Rest ...indices: I

    Returns IterableIterator<[...L, ...MapJoinRHS<K, I>]>

Generated using TypeDoc