Skip to main content

WindowRefs

Type Alias WindowRefs 

Source
type WindowRefs<'a> = SmallVec<[&'a OwnedEventId; 1]>;
Expand description

Borrowed window ids gathered for sorting before hashing; inline-sized for the common single-prev case.

Aliased Typeยง

struct WindowRefs<'a> { /* private fields */ }