pub type ComputedList = OwnedList<T>;
The computed value for this property.
struct ComputedList(pub SmallVec<[Time; 1]>);
0: SmallVec<[Time; 1]>