only both is supported
import mir.ndslice; auto s = iota(3, 4); assert(s.pad(0, [2, 1]).slicedNdField.unpad(2, 1) == s);
See Implementation
only both is supported