createOperation

Creates an operation of the given type, with the given dependencies and attributes.

createOperation
(
string opType
,
Operation[] deps = []
,
Variant[string] attribs = null
,
string mod = __MODULE__
,
size_t line = __LINE__
)

Meta