Open Issues Need Help
View All on GitHub Libraries • Utility Library
Export function that doesn't clone array? about 1 month ago
AI Summary: Implement an in-place array shuffling function for the `array-shuffle` npm package, avoiding the current cloning behavior. This requires modifying the existing function to shuffle the input array directly instead of creating a copy.
Complexity:
2/5
enhancement help wanted