Need to investigate updating the parser to return ReadOnlySpan<T> instead of the current struct. Probably won't make much of a difference to performance, since the current implementation is already using structs on the stack, but it should be good for code style points.
Need to investigate updating the parser to return
ReadOnlySpan<T>instead of the current struct. Probably won't make much of a difference to performance, since the current implementation is already using structs on the stack, but it should be good for code style points.