Home > rc-js-util > _Array > intersect
Given two ArrayLike, provides the items common between them in an Array.
ArrayLike
Array
Signature:
static readonly intersect: typeof arrayIntersect;
See arrayIntersect().