Constructs the string from a stringish range.
String type.
Initial string.
Allocator.
$(D_PSYMBOL UTFException).
Precondition: allocator is null.
auto s = String("\u10437"w); assert(s == "\u10437");
auto s = String("Отказаться от вина - в этом страшная вина."d); assert(s == "Отказаться от вина - в этом страшная вина.");
See Implementation
Constructs the string from a stringish range.