[F] isListOperation
function isListOperation(program, target): boolean;Returns true if the given operation is marked as a list operation.
Parameters
Section titled “Parameters”| Parameter | Type | Description | 
|---|---|---|
| program | Program | the TypeSpec program | 
| target | Operation | the target operation | 
Returns
Section titled “Returns”boolean