mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Add intrinsics.type_field_index_of
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user