Skip to content

Commit

Permalink
i forgot to assign this
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraveliara committed Jan 25, 2024
1 parent bd98726 commit 78555fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Bundles/Native/NativeAlignedArray`1.DebugView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ namespace Bundles.Native;

unsafe partial struct NativeAlignedArray<T>
{
internal sealed class NativeAlignedArrayDebugView
internal sealed class NativeAlignedArrayDebugView(NativeAlignedArray<T> array)
{
private readonly NativeAlignedArray<T> array;

public bool IsNull => array.pointer == null;

public nuint Length => array.Length;
Expand Down

0 comments on commit 78555fa

Please sign in to comment.