v1.0.38
This was the first release to support sourcelink.
New Features:
SpanBuilder<T>
SStringBuilder
sourcedirectory()
GetTag
overload forenum
values
Optimizations:
ToEnglishWords
optimized- internally uses
Span<char>
instead ofStringBuilder
- internally uses
TryFormat
rather thanToString
on the numeric value
- internally uses
GraphMap.ToArray
optimization (callsKeysToArray
)
Changes:
Towel.Extensions
was migrated intoTowel.Statics
(there was no reason to have two separate types)EquateSequence
parametersSpan<T>
->ReadOnlySpan<T>
- added
==
and!=
operators to Lazy types