MCPcopy Index your code
hub / github.com/SingleRust/SingleRust / ComputeNTop

Interface ComputeNTop

src/shared/statistics/mod.rs:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69pub trait ComputeNTop {
70 fn n_top_whole<T>(&self, direction: &Direction, n: usize) -> anyhow::Result<Vec<T>>
71 where
72 T: Float + NumCast + Copy + PartialOrd + NumericOps + Send + Sync;
73}
74
75pub trait ComputeTopSegmentProportions {
76 fn top_segment_proportions(

Callers

nothing calls this directly

Implementers 1

mod.rssrc/memory/statistics/mod.rs

Calls

no outgoing calls

Tested by

no test coverage detected