New function for shuffling associative arrays
There is a problem at the standard (STL) realization: it doesn't work with assoc arrays, so [0 => 123, 5 => 123] is transformed into [0 => 123, 1 => 123]. `Arr::shuffle_assoc` saves keys.
Please register or sign in to comment