js-util

Home > rc-js-util > _Array > intersect

_Array.intersect property

Given two ArrayLike, provides the items common between them in an Array.

Signature:

static readonly intersect: typeof arrayIntersect;

Remarks

See arrayIntersect().