orderless
generates macros for you that allow you to use orderless/named functions in Rust.
```rs
fn add(a: usize, b: usize) -> usize { a + b }
// Compiles to add(2, 2) for no runtime performance hit! add!(b = 2); // 4 ```
impl
).const
and static
variables.a = a
to a
.impl_orderless
for make_orderless
in impl
blocks.Documentation is provided on docs.rs.