ConvertFixedRepeat(n,T1,...,Tm) -- a format item for converting data from the engine that specifies that the format items T1,...,Tm be applied to the incoming data a total of n times.
See convert.
Code:
-- ../../../Macaulay2/m2/convert.m2:9 ConvertFixedRepeat = x -> x -- (n,T1,...,Tm)