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: non-ref-struct collection builder #17

Open
YuHima03 opened this issue Jun 28, 2024 · 0 comments
Open

Feat: non-ref-struct collection builder #17

YuHima03 opened this issue Jun 28, 2024 · 0 comments
Assignees

Comments

@YuHima03
Copy link
Owner

YuHima03 commented Jun 28, 2024

Summary

The CollectionBuilder<T> cannot be used in some situations such as in async methods because it is ref-structure.
So I want non-ref-structure version of the CollectionBuilder<T>.

Proposal

  • Implement non-ref-struct collection builder.
    namespace Yuh.Collections;
    public struct NonRefCollectionBuilder<T> {}
@YuHima03 YuHima03 self-assigned this Jun 28, 2024
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

When branches are created from issues, their pull requests are automatically linked.

1 participant