pub type AutoLineWidthList<'a> = LineWidthList<'a>;Expand description
https://drafts.csswg.org/css-gaps-1/#typedef-auto-line-width-list
<auto-line-width-list> = [ <line-width-or-repeat> ]* <auto-repeat-line-width> [ <line-width-or-repeat> ]*Aliased Type§
#[repr(C)]pub struct AutoLineWidthList<'a>(pub NonEmpty<Vec<'a, LineWidthOrRepeat<'a>>>);Tuple Fields§
§0: NonEmpty<Vec<'a, LineWidthOrRepeat<'a>>>