Skip to main content

EventWindow

Type Alias EventWindow 

Source
pub type EventWindow = SmallVec<[OwnedEventId; 1]>;
Expand description

Event-id window for the batch ops, inline-sized for the common single-prev case and spilling to the heap past that.

Aliased Typeยง

pub struct EventWindow { /* private fields */ }