[Rant] Indexing into ArraySlice

No, please look at the comments around my _index() function above. I don't want to address offsets relative to any index other than startIndex and endIndex. I don't need to refer to them explicitly: Negative offsets only make sense for endIndex while offsets >=0 only make sense for startIndex. So I only need the label to distinguish it from the normal index API.