Function intersection

  • O(n) intersection You can use this if you have multiple keys Where you need to look them up together

    Type Parameters

    • T

    Parameters

    • Rest ...arrays: T[][]

    Returns T[]

Generated using TypeDoc