Module hdrsample::iterators
[−]
[src]
Module containing the implementations of all Histogram iterators.
Modules
| all |
An iterator that iterates over histogram values. |
| linear |
An iterator that iterates linearly over histogram values. |
| log |
An iterator that iterates logarithmically over histogram values. |
| percentile |
An iterator that iterates over histogram percentiles. |
| recorded |
An iterator that iterates over recorded histogram values. |
Structs
| HistogramIterator |
|
Traits
| PickyIterator |
A trait for designing an subset iterator over values in a |