Statements (15)
Predicate | Object |
---|---|
gptkbp:instanceOf |
JavaScript function
|
gptkbp:availableOn |
gptkb:Lodash_library
|
gptkbp:category |
Array
|
gptkbp:documentation |
https://lodash.com/docs/#difference
|
gptkbp:example |
_.difference([2, 1], [2, 3]) // => [1]
|
https://www.w3.org/2000/01/rdf-schema#label |
lodash.difference
|
gptkbp:input |
array
array (values to exclude) |
gptkbp:introducedIn |
0.1.0
|
gptkbp:language |
gptkb:JavaScript
|
gptkbp:partOf |
gptkb:Lodash
|
gptkbp:result |
array of values not present in other arrays
|
gptkbp:usedFor |
computing array difference
|
gptkbp:bfsParent |
gptkb:Lodash
|
gptkbp:bfsLayer |
5
|