Merged
Conversation
f4f6984 to
970731d
Compare
50b2cb2 to
f5cd1f9
Compare
bf1d1c7 to
0a4c195
Compare
ricshmelo
approved these changes
Oct 27, 2025
ceelsoin
approved these changes
Oct 27, 2025
0785dc7 to
7aadd71
Compare
c7de30d to
01abb11
Compare
MayconDionisio
approved these changes
Oct 29, 2025
01abb11 to
572c82e
Compare
Add support for type parameters so that there is no need for any type-asserting inside the flush function. Also change New's signature to make the flush function mandatory, since it makes no sense to create a buffer without a way to flush out its contents.
572c82e to
99a0104
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for type parameters, a.k.a, generics.
Closes #11