markConst
Parameters
- self:*FieldOptions
- *FieldOptions
Source
Implementation
pub fn markConst(self: *FieldOptions) void {
switch (self.*) {
inline else => |*fo| fo.display = .constant,
}
}Source
pub fn markConst(self: *FieldOptions) void {
switch (self.*) {
inline else => |*fo| fo.display = .constant,
}
}