NonAllocStringSplitter Struct
- Namespace
- SatorImaging.UnityFundamentals
public readonly ref struct NonAllocStringSplitter
Non-allocation string splitter.
- Inherited Members
- Extension Methods
Remarks
NOTE: max 10 items are allowed to be splitted otherwise throws IndexOutOfRangeException.
- able to retrieve error position in input text by splitting exception message with
'@'
.
Constructors
Fields
Properties
- this[int]
Use
.Value0~9
instead to achieve little bit performance gain.