pub fn keep_newest<T>(n_to_keep: usize) where
    T: Config
Expand description

Keep the newest n items, and prune all items older than that.