The Home Front
A small release for better ATS compatibility as work on replacing legacy code with libswoc continues.
- More size based constructors for
TextView
to allowing using various integral types without casting. BufferWriter
- Support passing an instance for printing. Internally this convers it to a view and prints that, but it's an idiom used in ATS.
- Generic memory changed to
MemSpan<const void>
for less casting and amibiguity.