Rent Method
- Namespace
- SatorImaging.UnityFundamentals
Rent()
public static UString.UltraFastString Rent()
Lightning-fast & memory-efficient string builder achieving better performance than DefaultInterpolatedStringHandler
.
Returns
Remarks
NOTE: to reuse allocated buffer on next time, use with using statement or call ToStringAndDispose() explictly.