SpanList Class
- Namespace
- SatorImaging.UnityFundamentals
public static class SpanList
Factory and extension methods for SpanList<T>.
- Inheritance
-
SpanList
Methods
- FormatNonAlloc(ReadOnlySpan<char>, SpanList<char>, SpanList<char>, bool)
Batch replace with no unnecessary memory allocation.
- FormatNonAlloc(string, SpanList<char>, SpanList<char>, bool)
Batch replace with no unnecessary memory allocation.
- SetLength(ref Range, int)
Warning
This method will modify extension method receiver. (see method signature for more details)