lib.xnumpy.structured: New utility to create structured view of an array
Making structured view of an array is similar to playing with its .view() and then changing .shape, but it does not have the limitations that plain numpy view has. Please see details in the second patch.