pineapplemachine / higher

Lazy and async higher-order functions in JavaScript.
Other
3 stars 0 forks source link

dropLast now accepts more sequence inputs and is more lazy #155

Closed pineapplemachine closed 7 years ago

pineapplemachine commented 7 years ago

Probably less performant than the previous implementation when you really just wanted the whole result, but will be considerably more performant when the sequence needs to only be partially consumed, and also allows sequences with unknown boundedness to be accepted