matija-utils 1.0.29
Documentation
VuePress
(opens new window)
#
common
Finds the common elements of two arrays.
common
(
[
1
,
2
,
3
]
,
[
2
,
3
,
4
]
)
;
// [2, 3]
←
chunk
count
→