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

ConvertList -- convert a sequence of items from engine format

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)

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