Function arrays_diff

  • Find all differences between 2 arrays. What values in either one are NOT contained in the other.

    Returns

    • returns an array of values which only appear once, not in both arrays

    Parameters

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

    Returns any[]

Generated using TypeDoc