mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add Span
struct (replacing StrRange
). Spans represent read-only access to a contiguous array, resembling std::span
.
This commit is contained in:
parent
cae3d722a3
commit
605b62cd29
8 changed files with 179 additions and 64 deletions
|
@ -102,6 +102,7 @@
|
|||
#include "tests/core/templates/test_oa_hash_map.h"
|
||||
#include "tests/core/templates/test_paged_array.h"
|
||||
#include "tests/core/templates/test_rid.h"
|
||||
#include "tests/core/templates/test_span.h"
|
||||
#include "tests/core/templates/test_vector.h"
|
||||
#include "tests/core/test_crypto.h"
|
||||
#include "tests/core/test_hashing_context.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue