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

Enum ArrayStore

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

Source from the content-addressed store, hash-verified

10{
11
12enum ArrayStore
13{
14 arrayNull = 0,
15 arrayEmpty,
16 arrayFixed,
17 arrayBool,
18 arrayInt,
19 arrayFloat,
20 arrayString,
21 arrayObject,
22 arrayInt64
23};
24
25enum ArrayConvertId
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected