Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns an Array of all items in one Array that are not contained within another Array.

Syntax

excluded(setAarrayA, setBarrayB)

ArgumentTypeDescription
setAArrayAn Array of values of any type.
setBArrayAn Array of values of any type.

Returns an Array of all items that are in setA that are not in setB.

...