Open
Description
Describe the issue or suggestion
Per code, inserting a span from a List<T>
into itself is UB. I think we should mention it in the docs, because List<T>.InsertRange(itself)
does work but the Span version doesn't.
Per code, inserting a span from a List<T>
into itself is UB. I think we should mention it in the docs, because List<T>.InsertRange(itself)
does work but the Span version doesn't.