MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / arrayElemEq

Function arrayElemEq

include/Array.h:482–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480{
481template<typename T>
482inline bool arrayElemEq(const T &a, const T &b) { return a==b; }
483
484template<>
485inline bool arrayElemEq<Dynamic>(const Dynamic &a, const Dynamic &b) {

Callers 5

FindFunction · 0.85
containsFunction · 0.85
removeFunction · 0.85
indexOfFunction · 0.85
lastIndexOfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected