CopyFrom(in ReadOnlySpan<T>)
Copies all elements of specified container to this container.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
CopyFrom(ReadOnlySpan<T>)
public void CopyFrom(in ReadOnlySpan<T> other)
Parameters
An container to copy into this container.