9using I16 = std::int16_t;
10using I32 = std::int32_t;
11using I64 = std::int64_t;
13using U8 = std::uint8_t;
14using U16 = std::uint16_t;
15using U32 = std::uint32_t;
16using U64 = std::uint64_t;
23#define LOCAL_PERSIST static
consteval U64 type_id_of()
Definition type_id.hpp:6
float F32
Definition types.hpp:20
std::uint32_t U32
Definition types.hpp:15
std::size_t USize
Definition types.hpp:18
std::uint16_t U16
Definition types.hpp:14
std::uint64_t U64
Definition types.hpp:16
constexpr T g_type_max
Definition types.hpp:26
std::int32_t I32
Definition types.hpp:10
std::int16_t I16
Definition types.hpp:9
std::int8_t I8
Definition types.hpp:8
double F64
Definition types.hpp:21
std::uint8_t U8
Definition types.hpp:13
std::int64_t I64
Definition types.hpp:11