In reply to Parth4448:
Consider changing the dimension ordering.
dbg_base transq[$:3][$:31];
dbg_base transq_r1c1[$:31];
transq_r1c1 = transq[0]};
Otherwise you would have to use a foreach loop.
In reply to Parth4448:
Consider changing the dimension ordering.
dbg_base transq[$:3][$:31];
dbg_base transq_r1c1[$:31];
transq_r1c1 = transq[0]};
Otherwise you would have to use a foreach loop.