SpanT Constructor |
| Name | Description | |
|---|---|---|
| SpanT(T) | Creates a new SpanT over the entirety of a target array. | |
| SpanT(Void*, Int32) | Creates a new SpanT from a raw pointer and a length. | |
| SpanT(T, Int32, Int32) | Creates a new SpanT that includes a specified number of elements of an array starting at a specified index. |