-
Notifications
You must be signed in to change notification settings - Fork 867
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
Document how to use Extend for generic methods on ArrayBuilders #6932
Document how to use Extend for generic methods on ArrayBuilders #6932
Conversation
42a3f55
to
e207ee8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @wiedld -- this is a great step. I left some suggestions -- let me know wha tyou think
I also think this is better than what is on main so we could also merge it as is
644b6a1
to
4bb179b
Compare
@tlm365 -- here is the documentation on how to replace those macros with generics (if you decide to do so). |
…he#6932) * chore: add docs for how to use Extend for generic methods on ArrayBuilders * chore: move to mod docs and add more examples
…he#6932) * chore: add docs for how to use Extend for generic methods on ArrayBuilders * chore: move to mod docs and add more examples
…he#6932) * chore: add docs for how to use Extend for generic methods on ArrayBuilders * chore: move to mod docs and add more examples
Which issue does this PR close?
Improve docs per this conversation, for how to use the Extend implementations of ArrayBuilders in order to build generic functions over these builders.
Rationale for this change
As noticed in this code review, where declarative macros were used instead of generics. All involved were not aware of this alternative approach of using the Extend for generic functions over the builders. Therefore, provide more docs.
What changes are included in this PR?
Docs only.
Are there any user-facing changes?
Docs only.