L3s

Type Alias L3s 

Source
pub type L3s<'l> = Iterator<'l, L3<'l>>;
Expand description

An iterator over L3 caches.

Aliased Typeยง

pub struct L3s<'l> { /* private fields */ }