registerConversionFrom

Register a custom conversion from enum (going through integer) to a string. This function will be called to convert enum return values from wrapped D functions into strings in Excel.

@trusted
void
registerConversionFrom
(
T
)

Meta