Add intrinsics.type_is_unsigned

This commit is contained in:
gingerBill
2019-11-10 18:51:21 +00:00
parent 098684a6fe
commit 536cceeef9
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -95,6 +95,7 @@ type_is_any :: 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 ---
type_is_numeric :: proc($T: typeid) -> bool ---
type_is_ordered :: proc($T: typeid) -> bool ---
type_is_ordered_numeric :: proc($T: typeid) -> bool ---