Add Span<T> support for scripting fields
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
/// Universal representation of a contiguous region of arbitrary memory.
|
||||
/// </summary>
|
||||
template<typename T>
|
||||
class Span
|
||||
API_CLASS(InBuild) class Span
|
||||
{
|
||||
protected:
|
||||
T* _data;
|
||||
|
||||
Reference in New Issue
Block a user