priority

Helper alias to use the proper style guide and still be able to instantiate Priority instances with UFCS.

alias priority = Priority

Examples

mixin PluginRegistration!(MyPlugin, 50.priority);

Meta