Add intrinsics.type_is_bit_field proc

This commit is contained in:
iarkn
2025-06-06 16:01:13 +02:00
parent f1ce9f98d8
commit 3152be01b9
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -169,6 +169,7 @@ type_is_union :: proc($T: typeid) -> bool ---
type_is_enum :: proc($T: typeid) -> bool ---
type_is_proc :: proc($T: typeid) -> bool ---
type_is_bit_set :: proc($T: typeid) -> bool ---
type_is_bit_field :: proc($T: typeid) -> bool ---
type_is_simd_vector :: proc($T: typeid) -> bool ---
type_is_matrix :: proc($T: typeid) -> bool ---