Skip to content

Rename SeqToChannel2 to Seq2ToChannel #805

@samber

Description

@samber

Here are the prototypes:

  • func SeqToChannel[T any](bufferSize int, collection iter.Seq[T]) <-chan T
  • func SeqToChannel2[K, V any](bufferSize int, collection iter.Seq2[K, V]) <-chan lo.Tuple2[K, V]

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changeIntroduces changes that break backward compatibility or alter the public API.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions