overlaps
Version:
Simple utility that checks whether or not two arrays overlap. It is equivalent to intersection(arr1, arr2).length > 0, but is more performant.
| Filename | Content Type | Size | |
|---|---|---|---|
| ../ | |||
| 470 B | |||
Simple utility that checks whether or not two arrays overlap. It is equivalent to intersection(arr1, arr2).length > 0, but is more performant.
| Filename | Content Type | Size | |
|---|---|---|---|
| ../ | |||
| 470 B | |||