To increase the usability of this static class (and those like it):
|
public static class BigEndian |
Support the following feature when it's available:
dotnet/csharplang#192
This "seems" like a candidate for a partial implementation, but this only works within the same assembly.
To increase the usability of this static class (and those like it):
numeric/src/Gemstone.Numeric/Int24Extensions/BigEndian.cs
Line 68 in d34e980
Support the following feature when it's available:
dotnet/csharplang#192
This "seems" like a candidate for a
partialimplementation, but this only works within the same assembly.