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