foreach(n; std.string.split(s, ","))
{
// n can't be read at compile time
}using in a ctfe. How to loop over a string array in a ctfe?
foreach(n; std.string.split(s, ","))
{
// n can't be read at compile time
}using in a ctfe. How to loop over a string array in a ctfe?