type WindowRefs<'a> = SmallVec<[&'a OwnedEventId; 1]>;
Borrowed window ids gathered for sorting before hashing; inline-sized for the common single-prev case.
struct WindowRefs<'a> { /* private fields */ }