Closed ian-h-chamberlain closed 6 months ago
Closes #110
Pretty simple, just added a From which does what new() did before, and swap new() to use the new impl.
From
new()
Closes #110
Pretty simple, just added a
From
which does whatnew()
did before, and swapnew()
to use the new impl.