Jesse Perla wrote:
Ryan McConnehey <mccorywork <at> gmail.com> writes:
  
Since the above code works we can access a specific dimension like so.
var.shape()[1] //as long as the operator values exists within the
dimension
    

Yes.Since the type returned from var.shape() is a raw pointer, you should be able
to access it under all circumstances like this.
  
Thanks for the help.