Skip to main content

Overview

The intersection transformation finds the common elements between two arrays, returning only elements that appear in both.

Syntax

Parameters

Examples

Returns an array containing only the elements that appear in both arrays.