import std.stdio;
import std.string;
void main() {
auto lines = File("foo").byLine;
auto result = format!"%s"(lines);
}
The compilation fails with
/usr/include/dmd/phobos/std/typecons.d(6455): Error: `"Attempted to access an uninitialized payload."`
[...]
Comment #1 by robert.schadek — 2024-12-01T16:35:55Z