Comment #0 by ilyayaroshenko — 2016-09-16T23:16:51Z
unittest
{
import std.experimental.ndslice;
alias sab = sliced!("a", "b");
auto sl = sab(new double[12], new double[12], 3, 4);
auto psl = sl.pack!1;
}
Comment #1 by github-bugzilla — 2016-09-28T22:09:15Z