Function: -same-items-p

-same-items-p is a function alias for -same-items?, defined in dash.el.

Signature

(-same-items-p LIST1 LIST2)

Documentation

Return non-nil if LIST1 and LIST2 have the same distinct elements.

The order of the elements in the lists does not matter. The lists may be of different lengths, i.e., contain duplicate elements. The test for equality is done with equal, or with
-compare-fn if that is non-nil.

Alias: -same-items-p.

Aliases

-same-items-p