Minor Changes
- e10d629: Added function
digitCount()
to calculate the amount of digits in the passed number - 949877a: Added support for nested objects in translations (e.g.
tr("foo.bar.baz")
) - 52d392a: Added
ValueGen
andStringGen
types with accompanyingconsumeGen()
andconsumeStringGen()
functions to allow for super flexible typing and declaration of values - bbce0e1: Added overload to
clamp()
withoutmin
parameter