LeviLamina
Loading...
Searching...
No Matches
JSTypedArrayEnum.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
JSTypedArrayEnum :
int
{
6
Uint8c = 0,
7
Int8 = 1,
8
Uint8 = 2,
9
Int16 = 3,
10
Uint16 = 4,
11
Int32 = 5,
12
Uint32 = 6,
13
BigInt64 = 7,
14
BigUint64 = 8,
15
Float32 = 9,
16
Float64 = 10,
17
};
src
mc
external
quickjs
JSTypedArrayEnum.h
Generated on Sat Apr 26 2025 05:55:40 for LeviLamina by
1.12.0