ConvertList T -- a format item for converting data received from the engine, which specifies that format item T be applied to each element in the array, returning the results as a list.
See convert.
Code:
-- ../../../Macaulay2/m2/convert.m2:10 ConvertList = T -> (toList, ConvertRepeat T)