Add intrinsics.type_is_specialization_of

This commit is contained in:
gingerBill
2020-01-17 23:30:38 +00:00
parent 159150c6d9
commit 7f89f6b582
4 changed files with 37 additions and 1 deletions
+2
View File
@@ -124,6 +124,8 @@ type_is_bit_field_value :: proc($T: typeid) -> bool ---
type_is_bit_set :: proc($T: typeid) -> bool ---
type_is_simd_vector :: proc($T: typeid) -> bool ---
type_is_specialization_of :: proc($T, $S: typeid) -> bool ---
type_has_nil :: proc($T: typeid) -> bool ---
type_proc_parameter_count :: proc($T: typeid) -> int where type_is_proc(T) ---