mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-04-03 09:17:00 +00:00

- Add early return for invalid sizes to shuffle - Rename variables to be more descriptive - Refactor moving list element, removing unnecessary operations - Unwrap if clause for adding to history because the condition is guaranteed by the guard clause - Inline the value 0 for the ReorderEvent - Update documentation to reflect new changes