DoxigAlpha

Field

Source

Implementation

#
pub fn Field(comptime field: FieldEnum) type {
    return @typeInfo(Fields).@"struct".fields[@intFromEnum(field)].type;
}