Skip to content

Instantly share code, notes, and snippets.

View saille's full-sized avatar

Dave Bartlett saille

View GitHub Profile
using System;
using System.Diagnostics;
using System.Numerics;
#if NETCOREAPP2_1_OR_GREATER
using System.Buffers.Binary;
#endif
#nullable enable