Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ ArrayValueOf
Class
ArrayValueOf
src/hx/Hash.h:321–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
320
template<typename T>
321
struct ArrayValueOf{ typedef T Value; };
322
template<> struct ArrayValueOf<null> { typedef Dynamic Value; };
323
324
template<typename ELEMENT>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected