From d1f9b8184d61674a77424f026adfef2752d1dfdd Mon Sep 17 00:00:00 2001
From: Shawn Landden
{#syntax#}@hasField(comptime T: type, comptime name: []u8) bool{#endsyntax#}
+ Returns if the field name of a struct, union, or enum exists.
++ The result is a compile time constant. +
++ It does not include functions, variables, constants. +
+ {#header_close#} {#header_open|@memberType#}{#syntax#}@memberType(comptime T: type, comptime index: usize) type{#endsyntax#}
Returns the field type of a struct or union.