Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="5.4.3-preview-762" />

 InternalArrayHelper<T>

static class InternalArrayHelper<T>
using System.Runtime.CompilerServices; namespace System.Linq { internal static class InternalArrayHelper<[System.Runtime.CompilerServices.Nullable(2)] T> { [System.Runtime.CompilerServices.Nullable(1)] public static readonly T[] Empty = new T[0]; } }