Smoren
Results
33
issues of
Smoren
Flip keys and values in the iterable of key-value pairs. Useful for maps. ``` function *flip(data: Iterable | Iterator): Iterable ``` Needs to be implemented: * `single.flip()` * `single.flipAsync()` *...
enhancement
good first issue
Shuffle the elements in the iterable. ``` function *shuffle(data: Iterable | Iterator): Iterable ``` Needs to be implemented: * `single.shuffle()` * `single.shuffleAsync()` * `Stream.shuffle()` * `AsyncStream.shuffle()`
enhancement
good first issue