Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
481
template<typename T>
482
inline bool arrayElemEq(const T &a, const T &b) { return a==b; }
483
484
template<>
485
inline bool arrayElemEq<Dynamic>(const Dynamic &a, const Dynamic &b) {
Callers
5
Find
Function · 0.85
contains
Function · 0.85
remove
Function · 0.85
indexOf
Function · 0.85
lastIndexOf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected