1 contributor
Like
Install _equals as a package?
Copied
npm i @bit/justin-capalbo.ramda._equals
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout
chevron_left
chevron_right
_equals ()
private _uniqContentEquals function. That function is checking equality of 2 iterator contents with 2 assumptions
- iterators lengths are the same
- iterators values are unique
false-positive result will be returned for comparision of, e.g.
- [1,2,3] and [1,2,3,4]
- [1,1,1] and [1,2,3]