toUTF32

Converts the given string to a UTF-32 string.

This will always create a copy.

@nogc ref
toUTF32
(
FromT
)
(
auto ref FromT from
,
bool addBOM = false
)

Meta