Skip to content

Commit e6968bb

Browse files
john-h-kSergio0694
authored andcommitted
Use more appropriate type in remap type
1 parent df7a1ec commit e6968bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.HighPerformance/Helpers/NullableHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static class NullableHelper
1515
private struct NullableHelperMap<T>
1616
where T : struct
1717
{
18-
public byte HasValue;
18+
public bool HasValue;
1919
public T Value;
2020
}
2121

0 commit comments

Comments
 (0)