> > IMHO, stick to offsets in the first instance, this is a slice notation, > first order of business is to make it behave like array_slice (+on > strings). Assoc key based slicing feels pretty wrong to me at this point.
I have to agree, we are getting ahead of ourselves. A quick summary of what this RFC should cover: - Slicing an array or string based on the positional index. Things for future RFC consideration: - Slicing an array or string based on the key. - Index -1 for last item of list. Everybody agree that the only focus of this RFC should be the positional index slicing?