emmanueltouzery / prelude-ts

Functional programming, immutable collections and FP constructs for typescript and javascript
ISC License
377 stars 21 forks source link

add Seq or Vector rotateLeft & rotateRight #46

Open emmanueltouzery opened 4 years ago

emmanueltouzery commented 4 years ago

as in vavr https://www.javadoc.io/static/io.vavr/vavr/0.10.0/io/vavr/collection/Vector.html#rotateLeft-int-