UnitGenerator
UnitGenerator copied to clipboard
Qualified UnitOf with GenericArgument does not work
It works:
using UnitGenerator;
[UnitOf<int>]
partial struct Ok;
But, It doesn't work:
[UnitGenerator.UnitOf<int>]
partial struct Ng;
.NET8 UnitGenerator 1.6.2