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

strings: add Builder.write_decimal/1 #19625

Merged

Conversation

spytheman
Copy link
Member

@spytheman spytheman commented Oct 22, 2023

The new method writes a decimal number to the builder instance without additional allocations (if there is enough space).

…uilder instance without additional allocations, if there is enough space)
@spytheman spytheman changed the title strings: add Bulder.write_decimal/1 (writes a decimal number to the builder instance without additional allocations, if there is enough space) strings: add Bulder.write_decimal/1 Oct 22, 2023
@spytheman spytheman changed the title strings: add Bulder.write_decimal/1 strings: add Builder.write_decimal/1 Oct 22, 2023
@spytheman spytheman merged commit af7a213 into vlang:master Oct 22, 2023
45 checks passed
@spytheman spytheman deleted the feature/strings.Bulder.write_decimal branch October 22, 2023 20:46
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.

1 participant