UString.FastFormatter Class
- Namespace
- SatorImaging.UnityFundamentals
public static class UString.FastFormatter
- Inheritance
-
UString.FastFormatter
Fields
- INT_MAX
Threshold for integer fast path.
- INT_MIN
Threshold for integer fast path.
Methods
- WriteUnsafe(int, Span<char>)
Write integer as a text pretty fast.
- WriteUnsafe(long, Span<char>)
Write integer as a text pretty fast.
- WriteUnsafe(uint, Span<char>)
Write integer as a text pretty fast.
- WriteUnsafe(ulong, Span<char>)
Write integer as a text pretty fast.