#nullable enable // Auto-generated code requires an explicit '#nullable' directive in source. using System.CodeDom.Compiler; using InnovEnergy.Lib.Units.Composite; using InnovEnergy.Lib.Utils; namespace InnovEnergy.Lib.StatusApi; using T = Template; [GeneratedCode("generate.sh", "1")] public partial record Template { private static readonly Func OpParallel = "|".CreateBinaryOpForProps(); public static T operator |(T left, T right) => OpParallel(left, right); }