Skip to content

request: SelectMany method #7

@bruceauyeung

Description

@bruceauyeung
type Book struct{
    Authors []string
}

the existing Select method returns [][]string, i expect there will be a SelectMany method returning []string which works like Java stream's flatMap or go-linq's SelectMany

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions