pub type TimestampedEquipartition<F, const N: usize> = Vec<((u32, u32), TimestampedValues<F, N>)>;Expand description
A sorted equipartition of memory, with timestamps and values.
The “key” is a pair (address_space, label), where label is the index of the block in the
partition. I.e., the starting address of the block is (address_space, label * N).
Aliased Type§
pub struct TimestampedEquipartition<F, const N: usize> { /* private fields */ }