array-splitter-chunks
Split an array into n-size chunks
Split an array into n-size chunks
Implementaion of Khadan's algorithm
Returns a subset of an array, from index + X items before/after the current index, wrapping around if range exceeds the bounds of the array.