Skip to main content
Version: Next 🚧

[F] isListOperation

function isListOperation(program, target): boolean

Returns true if the given operation is marked as a list operation.

Parameters

ParameterTypeDescription
programProgramthe TypeSpec program
targetOperationthe target operation

Returns

boolean