https://issues.dlang.org/show_bug.cgi?id=17187

--- Comment #1 from Jack Stouffer <[email protected]> ---
BTW this is a bug because this works

auto str = "aaa";
auto spec = singleSpec("%s");
dchar[3] ret = ['a', 'a', 'a'];
assert(str.unformatValue!(dchar[3])(spec) == ret);

--

Reply via email to