util/new_type library
Classes
-
NewType<
T> - Helper for implementing a "new-type" idiom.
Extensions
-
NewTypeComparable
on NewType<
T> - Adds comparison operators to Comparable NewTypes.
-
NewTypeToExactString
on NewType<
double> - Adds NewTypes conversion to String with no scientific notation.