pub fn select<'a>(clips: &'a [Clip], params: &SelectParams) -> Vec<&'a Clip>Expand description
Produce the final ordered selection from a slice of clips.
Deduplicates by ID (first occurrence wins), applies recency and limit filters, and enforces the min-newest floor. The original input order is always preserved in the output.