Is there a way to dynamically access a nested array using indices which are themselves stored in an array?
The main array/matrix nesting could be variable e.g. 2, 4,
[0, 1, 1].inject(my_array, :fetch) # => 4