You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm proposing there be a prepend function in yielder. The yielder API seems to closely match the list API. list has prepend. Additionally, yielder has yield, which does a prepend, but is a bit awkward to use in pipes. A prepend method would be convenient and as simple as:
I'm proposing there be a
prepend
function inyielder
. Theyielder
API seems to closely match thelist
API.list
hasprepend
. Additionally,yielder
hasyield
, which does a prepend, but is a bit awkward to use in pipes. Aprepend
method would be convenient and as simple as:The text was updated successfully, but these errors were encountered: