Code cleanup.

This commit is contained in:
2022-11-23 12:02:25 +08:00
parent d9f6dd33d4
commit e370e1937c
15 changed files with 41 additions and 29 deletions

View File

@@ -84,7 +84,7 @@ namespace Cryville.Common.Buffers {
}
class Enumerator : IEnumerator<char> {
TargetString _self;
readonly TargetString _self;
int _index = -1;
public Enumerator(TargetString self) { _self = self; }