No limit
pub const INFINITY = ~@as(rlim_t, 0)
pub const RLIM = struct { /// No limit pub const INFINITY = ~@as(rlim_t, 0); pub const SAVED_MAX = INFINITY; pub const SAVED_CUR = INFINITY; }
Press escape to exit search and then '?' to see more options.