Feature/add indexer
In order to reduce the volume of code drift needed to onboard ZeroString from .NET stock StringBuilder an indexer is added.
The newly added API is protected via safety harness as well.
Thanks.
@guitarrapc
To set the scene a bit - we've got tons of auto-generated code for indexing purpose (stemming), which heavily relies on old-school string builder.
In order to minimize number of changes to be performed in auto-generated code, we are aiming to highjack only type definition & inits; while this requires used public methods to be identical.
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.
heartbeat
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.