pub const public = 0x01
pub const protected = 0x02
pub const private = 0x03
pub const ACCESS = struct { pub const public = 0x01; pub const protected = 0x02; pub const private = 0x03; }
Press escape to exit search and then '?' to see more options.