Function createOperation

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

Operation createOperation (
  string opType,
  Operation[] deps = [],
  std.variant.VariantN!(32L)[string] attribs = cast(VariantN!32LU[string])null,
  string mod = __MODULE__,
  ulong line = cast(ulong)__LINE__
);