AsSpan()
Returns Span\<T\> view of this container.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public Span<T> AsSpan()
Returns
Type | Description |
|---|---|
| Span<T> | Span\<T\> view of this container. |