Peforms popFrontAll for all dimensions
import mir.ndslice.topology: iota, canonical; auto v = [2, 3].iota.canonical; v.popFrontAll; assert(v == [[4, 5]]);
See Implementation
Peforms popFrontAll for all dimensions