Macro test_compatibility
test_compatibility!() { /* proc-macro */ }
Available on crate feature
chili
only.Expand description
Checks if defined types and concepts are compatible before actually executing the simulation.
This macro only serves the purpose for easy-to-read compiler errors. It has no runtime-overhead since it will be fully optimized away.