Describe the solution you'd like
I'm not sure what Rocks will do when it sees something like this:
public interface IAllowRefStructs<T>
where T : allows ref struct
{
// ...
}
Given that Rocks doesn't look for anti-constraints, it probably will bomb on what it produces, so I should handle this correctly.
Describe the solution you'd like
I'm not sure what Rocks will do when it sees something like this:
Given that Rocks doesn't look for anti-constraints, it probably will bomb on what it produces, so I should handle this correctly.