Function UnsafeSpan.UnsafeSpan

UnsafeSpan (Allocator allocator, int length)

Allocates a new UnsafeSpan with the specified length.

Public
UnsafeSpan (T data, out ulong gcHandle)

Creates a new UnsafeSpan from a 2D C# array.

Public
UnsafeSpan (T[] data, out ulong gcHandle)

Creates a new UnsafeSpan from a C# array.

Public
UnsafeSpan (void * ptr, int length)
Public