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