Function arr_includes

  • Similarities between arrays A and B

    Returns

    • array of values which appear in both A and B

    Parameters

    • a: any[] = []
    • b: any[] = []

    Returns any[]

Generated using TypeDoc