Type Definition git_config::parse::section::Events

source ·
pub type Events<'a> = SmallVec<[Event<'a>; 64]>;
Expand description

A container for events, avoiding heap allocations in typical files.