parsePluginCategory

From a string, return the PluginCategory enumeration. Should be reasonably fast since it will be called at compile-time.

nothrow @nogc
parsePluginCategory
(
const(char)[] input
)

Return Value

PluginCategory.invalid if parsing failed.

Meta