Skip to content

product's repeat argument as a variant. #81

@alphahmed

Description

@alphahmed

I'd appreciate having the repeat argument accepted as a variable:

std::string ss{"abcd"};
int k{4};
iter::product(ss,k);

//instead of...

std::string ss{"abcd"};
iter::product<4>(ss); // has to be entered manually!

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