@WebReflection would you consider adding negative index to access arrays? ```js ispected.prop(['foo', -1, 'bar']) ```
@WebReflection would you consider adding negative index to access arrays?