Skip to content

Instantly share code, notes, and snippets.

View mikebouck's full-sized avatar

Mike Bouck mikebouck

  • San Diego, CA
View GitHub Profile
using System;
using System.Diagnostics;
using System.Numerics;
#if NETCOREAPP2_1_OR_GREATER
using System.Buffers.Binary;
#endif
#nullable enable