BaseTimeline
data class BaseTimeline<V : IntervalLike<V>, TL : Timeline<V, TL>>(ctor: (Timeline<V, TL>) -> TL, collector: (CollectOptions) -> List<V>) : Timeline<V, TL>
The basic timeline container that all higher-level timeline collections ultimately delegate to.
Only the most extreme power-users should ever need to construct this manually.