pub fn to_unscored(hits: impl IntoIterator<Item = ArcDynHit>) -> Vec<ScoredHit>
Expand description
Like to_scored
, but skips the actual scoring step, defaulting to 0
pub fn to_unscored(hits: impl IntoIterator<Item = ArcDynHit>) -> Vec<ScoredHit>
Like to_scored
, but skips the actual scoring step, defaulting to 0