You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Is there a way to concatenate 2 iterators (other than writing my own function)? There isn't any std function I could find. Would such a function belong in the iter package (slices seems like the wrong place)?
Ian Lance Taylor
unread,
Aug 30, 2024, 1:37:01 PMAug 30
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to costin, golang-nuts
On Fri, Aug 30, 2024 at 10:33 AM costin <cos...@gmail.com> wrote:
>
> Is there a way to concatenate 2 iterators (other than writing my own function)? There isn't any std function I could find. Would such a function belong in the iter package (slices seems like the wrong place)?
It would probably start out in x/exp/xiters.
Ian
costin
unread,
Aug 30, 2024, 2:14:17 PMAug 30
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message