pub type L3s<'l> = Iterator<'l, L3<'l>>;
An iterator over L3 caches.
pub struct L3s<'l> { /* private fields */ }