Given total items, item height, viewport height, and scroll offset, returnthe indices that should render.
solve(total, itemHeight, viewportHeight, scrollTop, overscan = 0) returns{ start, end } (inclusive).
solve(total, itemHeight, viewportHeight, scrollTop, overscan = 0)
{ start, end }
Sample tests