pub type EventWindow = SmallVec<[OwnedEventId; 1]>;
Event-id window for the batch ops, inline-sized for the common single-prev case and spilling to the heap past that.
pub struct EventWindow { /* private fields */ }