this Property
- Namespace
- SatorImaging.UnityFundamentals
this[int]
public ReadOnlySpan<char> this[int index] { get; }
Use .Value0~9
instead to achieve little bit performance gain.
Parameters
index
int
public ReadOnlySpan<char> this[int index] { get; }
Use .Value0~9
instead to achieve little bit performance gain.
index
int