CS5 = 0
CS6 = 1
CS7 = 2
CS8 = 3
pub const CSIZE = enum(u2) { CS5 = 0, CS6 = 1, CS7 = 2, CS8 = 3, }
Press escape to exit search and then '?' to see more options.