Skip to content

Add ReplaceAt method to Utf16ValueStringBuilder#51

Merged
neuecc merged 1 commit intoCysharp:masterfrom
to11mtm:add-utf16valuestringbuilder-replaceat
Nov 2, 2021
Merged

Add ReplaceAt method to Utf16ValueStringBuilder#51
neuecc merged 1 commit intoCysharp:masterfrom
to11mtm:add-utf16valuestringbuilder-replaceat

Conversation

@to11mtm
Copy link
Copy Markdown
Contributor

@to11mtm to11mtm commented May 7, 2021

This PR adds a .ReplaceAt(char,int) method to Utf16ValueStringBuilder.

Purpose of this method is to provide a way to efficiently replace a single character in the stringbuilder, without having to use the Replace() overloads that require extra bounds checks/loops/copies.

@to11mtm to11mtm changed the title add ReplaceAt method to Utf16ValueStringBuilder Add ReplaceAt method to Utf16ValueStringBuilder May 7, 2021
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 6, 2021

This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Aug 6, 2021
@neuecc neuecc removed the stale label Aug 6, 2021
@neuecc
Copy link
Copy Markdown
Member

neuecc commented Nov 2, 2021

sorry for the delayed response.
merge.

@neuecc neuecc merged commit 462d35e into Cysharp:master Nov 2, 2021
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