Add intrinsics.type_is_endian_platform

This commit is contained in:
gingerBill
2021-06-17 20:39:00 +01:00
parent 574ceb37a9
commit abe728dbbb
4 changed files with 24 additions and 16 deletions
+1
View File
@@ -136,6 +136,7 @@ type_is_string :: proc($T: typeid) -> bool ---
type_is_typeid :: proc($T: typeid) -> bool ---
type_is_any :: proc($T: typeid) -> bool ---
type_is_endian_platform :: proc($T: typeid) -> bool ---
type_is_endian_little :: proc($T: typeid) -> bool ---
type_is_endian_big :: proc($T: typeid) -> bool ---
type_is_unsigned :: proc($T: typeid) -> bool ---