Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Macro call convention has changed. This is a breaking change. - Default specialization now needs to be marked `default` explicitly. - As such use of generic args doesn't imply default specialization any more. However, generic args support is very rudimentary for now. - Arguments need to be stated after specializations. - Arguments... arguments?! Passing multiple arguments from callsite to the specialization is supported now. Note that the specialization still happens based on the first argument only. - Documentation and general code health improvements.
- Loading branch information