General code cleanup and style refactor.

This commit is contained in:
2022-11-15 15:58:41 +00:00
parent eaea8b3332
commit cfe81b8905
12 changed files with 171 additions and 173 deletions

View File

@@ -24,11 +24,11 @@
// Copyright(C) 2014 mykohsu
// ****************************************************************************/
namespace Aaru.Helpers;
using System;
using System.Text;
namespace Aaru.Helpers;
public static partial class ArrayHelpers
{
/// <summary>Fills an array with the specified value</summary>