1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:25:43 +00:00

Use implicit usings in BooleanExtensions.Unsigned.cs

This commit is contained in:
Oliver Booth 2022-02-14 12:02:22 +00:00
parent 920750a207
commit 64cadbe87d

View File

@ -1,6 +1,4 @@
using System;
namespace X10D
namespace X10D
{
public static partial class BooleanExtensions
{