Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(variadics): additions to variadics including collection types #1475

Merged
merged 7 commits into from
Oct 1, 2024

Conversation

jhellerstein
Copy link
Contributor

adds a number of features:

collection types for variadics (sets, multisets) that allow search via RefVars (variadic of refs)
into_option (convert a variadic to a variadic of options)
into_vec (convert a variadic to a variadic of vecs)

@MingweiSamuel MingweiSamuel changed the title feat: (resubmit) additions to variadics including collection types feat(variadics): additions to variadics including collection types Sep 30, 2024
Copy link
Member

@MingweiSamuel MingweiSamuel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably time to split all the traits in variadics lib.rs into separate files

variadics/src/lib.rs Show resolved Hide resolved
variadics/src/lib.rs Outdated Show resolved Hide resolved
variadics/src/lib.rs Outdated Show resolved Hide resolved
variadics/src/lib.rs Outdated Show resolved Hide resolved
variadics/src/lib.rs Outdated Show resolved Hide resolved
variadics/src/lib.rs Outdated Show resolved Hide resolved
variadics/src/lib.rs Outdated Show resolved Hide resolved
variadics/src/lib.rs Outdated Show resolved Hide resolved
variadics/src/variadic_collections.rs Outdated Show resolved Hide resolved
@jhellerstein jhellerstein merged commit 1c28259 into hydro-project:main Oct 1, 2024
13 checks passed
MingweiSamuel pushed a commit to MingweiSamuel/hydroflow that referenced this pull request Oct 8, 2024
…ydro-project#1475)

adds a number of features:

collection types for variadics (sets, multisets) that allow search via
RefVars (variadic of refs)
into_option (convert a variadic to a variadic of options)
into_vec (convert a variadic to a variadic of vecs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants