Append dchar to wchar[], converting UTF-32 to UTF-16
void main() { dchar x; wchar[] s; s ~= 'α'; }
array to append to cast to byte[]. Will be modified.
dchar to append
updated x cast to void[]
See Implementation
Append dchar to wchar[], converting UTF-32 to UTF-16