Append dchar to char[], converting UTF-32 to UTF-8
void main() { char[] 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 char[], converting UTF-32 to UTF-8