How to shuffle a ImmutableJS List

Viewed 1694

What is an performant implementation of lodash's shuffle function ( or similar) to shuffle an Immutable List without using from/toJs()?

2 Answers
Related