Skip to main content

histogram

Function histogram 

Source
pub fn histogram<I, T>(values: I) -> MetaValue
where I: IntoIterator<Item = T>, T: ToMetaNumber,