Skip to content

v1.0.27

Compare
Choose a tag to compare
@ZacharyPatten ZacharyPatten released this 10 Jun 21:54

Nuget Package

Note This is the first non-preview release of the Towel package on nuget.org.

New Features:

  • GetEnumerator extension methods for Tuple<...>, ValueTyple<...>, and ITuple

Changes:

  • TryParseRomanNumeral parameter string->ReadOnlySpan<char>
  • Extensions.IsDefined generic contraints where T : Enum => where TEnum : struct, Enum
  • renamed ActionRuntime<...> to SAction<...>
    • renamed .Do(...) to .Invoke(...)
  • renamed FuncRuntime<...> to SFunc<...>
    • renamed .Do(...) to .Invoke(...)
  • removed unnecessary mathematics delegates