On Tuesday, 23 February 2021 at 09:21:44 UTC, Imperatorn wrote:
Why does all these pass:
static assert(is(ElementEncodingType!(char[]) == char));
static assert(is(ElementEncodingType!(wstring) ==
immutable(wchar)));
static assert(is(ElementEncodingType!(byte[]) == byte));
static
Why does all these pass:
static assert(is(ElementEncodingType!(char[]) == char));
static assert(is(ElementEncodingType!(wstring) ==
immutable(wchar)));
static assert(is(ElementEncodingType!(byte[]) == byte));
static assert(is(ElementEncodingType!(ubyte[]) == ubyte));
auto ra