Add intrinsics.type_has_field

This commit is contained in:
gingerBill
2020-09-16 20:08:45 +01:00
parent f530c80216
commit 59d9821bd9
3 changed files with 34 additions and 0 deletions
+2
View File
@@ -139,6 +139,8 @@ type_has_nil :: proc($T: typeid) -> bool ---
type_is_specialization_of :: proc($T, $S: typeid) -> bool ---
type_has_field :: proc($T: typeid, $name: string) -> bool ---
type_proc_parameter_count :: proc($T: typeid) -> int where type_is_proc(T) ---
type_proc_return_count :: proc($T: typeid) -> int where type_is_proc(T) ---