Factory function
auto d1 = decimal(5.5); assert(d1.toString == "5.5"); auto d2 = decimal("500.555");
See Implementation
Factory function