v3.5.0
Added
- Avoid boxing common value types (
int,long,double,decimal,DateTime,DateTimeOffset,TimeSpan,Guid, and 12 more) when passed toAppendJoin,Concat,AppendFormat,ReplaceGeneric, or interpolated strings. - Vectorized
Trim,TrimStart, andTrimEnd(both the whitespace and character overloads) viaSearchValues<char>, making them significantly faster on large buffers.
### Changed
- Small improvement to get the next "Grow" iteration
Fixed
- Sizing bugs in
AppendandTrim