Tags: ozars/specialized-dispatch
Tags
Release 0.2.0 - 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.