fsprojects / FSharp.Control.AsyncSeq

Asynchronous sequences for F#
https://fsprojects.github.io/FSharp.Control.AsyncSeq/
Other
161 stars 59 forks source link

Add truncate as an alias to mimic Seq. #87

Closed Karamell closed 5 years ago

Karamell commented 6 years ago

Mimic the Seq.truncate function. AsyncSeq.take behaves like Seq.truncate therefore AsyncSeq.truncate should be there for discoverability. Changing AsyncSeq.take is a breaking change, but a note that count > lenght is ok should be included at least.