Skip to content

Conversation

to11mtm
Copy link
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
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
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