Rename
editorconfig
This commit is contained in:
@ -12,7 +12,7 @@ internal static class Base83
|
||||
static Base83()
|
||||
{
|
||||
// Build inverse lookup table for fast decoding
|
||||
Dictionary<char, int> charIndices = new();
|
||||
Dictionary<char, int> charIndices = [];
|
||||
int index = 0;
|
||||
foreach (char c in _Charset)
|
||||
{
|
||||
|
Reference in New Issue
Block a user