adobe / ferrum

Features from the rust language in javascript: Provides Traits/Type classes & a hashing infrastructure and an advanced library for working with sequences/iterators in js
https://www.ferrumjs.org
Apache License 2.0
519 stars 25 forks source link

composev() #183

Open koraa opened 3 years ago

koraa commented 3 years ago

Version of compose that takes a sequence. (Might need a better name).

const composev = (seq) => compose(...iter(seq));