Given an array and its slice, returns the start index of the slice inside the array. The reverse operation of slicing an array.
See Implementation
Given an array and its slice, returns the start index of the slice inside the array. The reverse operation of slicing an array.