Am 02.01.2013 08:48, schrieb evilrat: > arrays initialized with nulls right? anyway just setting only first > symbol in text field(it's wchar[4]) is enough. >
Not wchar arrays:
import std.stdio;
void main() {
writefln("0x%x", wchar.init);
}
this prints: 0xffff
