From 536cceeef9144b59a9e335d2bbb151ead3f7bdba Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 10 Nov 2019 18:51:21 +0000 Subject: Add `intrinsics.type_is_unsigned` --- core/intrinsics/intrinsics.odin | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/intrinsics/intrinsics.odin b/core/intrinsics/intrinsics.odin index 8ee12554c..4412c6580 100644 --- a/core/intrinsics/intrinsics.odin +++ b/core/intrinsics/intrinsics.odin @@ -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 --- -- cgit v1.2.3