v1.0.38
This was the first release to support sourcelink.
New Features:
SpanBuilder<T>SStringBuildersourcedirectory()GetTagoverload forenumvalues
Optimizations:
ToEnglishWordsoptimized- internally uses
Span<char>instead ofStringBuilder - internally uses
TryFormatrather thanToStringon the numeric value
- internally uses
GraphMap.ToArrayoptimization (callsKeysToArray)
Changes:
Towel.Extensionswas migrated intoTowel.Statics(there was no reason to have two separate types)EquateSequenceparametersSpan<T>->ReadOnlySpan<T>- added
==and!=operators to Lazy types