Convenience wrapper around Enum that infers the type of the passed enum member.
Returns the decimal value of a hex number in string form.
Convenience wrapper that takes a hex string and populates a Voldemort struct with its RR, GG and BB components.
Translates an integer into an alphanumeric string. Assumes ASCII. Overload that returns the string.
Translates an integer into an alphanumeric string. Assumes ASCII. Overload that takes an output range sink.
Template housing optimised functions to get the string name of an enum member, or the enum member of a name string.
This module contains functions that in one way or another converts its arguments into something else.
Credit for Enum goes to Stephan Koch (https://github.com/UplinkCoder).