lc: u4
lp: u3
pb: u3
pub const Properties = struct { lc: u4, lp: u3, pb: u3, fn validate(self: Properties) void { assert(self.lc <= 8); assert(self.lp <= 4); assert(self.pb <= 4); } }
Press escape to exit search and then '?' to see more options.