* Uses the pseudo-random number generator to shuffle the specified iterable.
(elements: Iterable<A>)
| 54 | * Uses the pseudo-random number generator to shuffle the specified iterable. |
| 55 | */ |
| 56 | shuffle<A>(elements: Iterable<A>): Effect.Effect<Chunk.Chunk<A>> |
| 57 | } |
| 58 | |
| 59 | /** |
no outgoing calls
no test coverage detected