Add intrinsics.type_field_index_of

This commit is contained in:
gingerBill
2020-10-15 16:12:47 +01:00
parent f8e697dbbb
commit 5a28a7e0f5
4 changed files with 51 additions and 3 deletions
+3
View File
@@ -149,3 +149,6 @@ type_proc_return_type :: proc($T: typeid, index: int) -> typeid where type_i
type_polymorphic_record_parameter_count :: proc($T: typeid) -> typeid ---
type_polymorphic_record_parameter_value :: proc($T: typeid, index: int) -> $V ---
type_field_index_of :: proc($T: typeid, $name: string) -> uintptr ---