registerConversionTo

Register a custom conversion from string to an enum type. This function will be called before converting any enum arguments to be passed to a wrapped D function.

@trusted
void
registerConversionTo
(
T
)

Meta