MCPcopy 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
320template<typename T>
321struct ArrayValueOf{ typedef T Value; };
322template<> struct ArrayValueOf<null> { typedef Dynamic Value; };
323
324template<typename ELEMENT>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected