[next][previous][up][top][index]
search for:

ConvertFixedRepeat -- convert a fixed length sequence of items from engine format

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)

[next][previous][up][top][index]
search for: