pub fn repeat<Input, S>(
    repetition_kind: Input,
    tracks: Vec<TrackSizingFunction>,
) -> GridTemplateComponent<S>where
    Input: TryInto<RepetitionCount>,
    <Input as TryInto<RepetitionCount>>::Error: Debug,
    S: CheapCloneStr,Expand description
Returns an auto-repeated track definition