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

@@ -30,10 +30,10 @@
// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Helpers;
using System.Linq;
namespace Aaru.Helpers;
/// <summary>Helper operations to work with arrays</summary>
public static partial class ArrayHelpers
{