NORMAL = 0
SEQUENTIAL = 1
RANDOM = 2
WILLNEED = 3
DONTNEED = 4
NOREUSE = 5
pub const advice_t = enum(u8) { NORMAL = 0, SEQUENTIAL = 1, RANDOM = 2, WILLNEED = 3, DONTNEED = 4, NOREUSE = 5, }
Press escape to exit search and then '?' to see more options.