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
#61901 added SplitSeq and friends to bytes, but nothing for joining. Right now you have to do slices.Collect first or use a bytes.Buffer/strings.Builder, which feels unfortunate. I propose to add strings.JoinSeq(seq iter.Seq[string], sep string) string and the bytes equivalent as well.
apparentlymart, DeedleFake, apstndb, tmthrgd, giautm and 6 more