Using INumber<T> for pretty printing nadeko currency

This commit is contained in:
Kwoth
2023-01-21 01:23:29 +01:00
parent 63a9ae2dac
commit f0ac087fdb
4 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,6 @@
namespace Nadeko.Common;
using System.Numerics;
namespace Nadeko.Common;
public readonly struct ShmartNumber : IEquatable<ShmartNumber>
{