How to prevent compilation when parametric conditions fail?
With the above code, I can see that the error is being raised at runtime. Is it possible to stop the compilation with an error message when the parametric condition fails?
2 Replies
constrained | Modular Docs
Implements compile time constraints.
thank you!