Skip to main content

Module lazy_sorted_vec

Module lazy_sorted_vec 

Source

Structs§

LazySortedVec

Type Aliases§

Inner 🔒
Backing storage for LazySortedVec. Inlines a single element so that the common case (e.g. a leaf span with one self-time event) does not pay a heap allocation. With one inline slot plus the workspace’s union smallvec feature, this is the same size as a Vec.