Merge pull request #1013 from bruvzg/set_typed_move

Move Array:set_typed to internal GDExtension structure.
This commit is contained in:
Rémi Verschelde
2023-01-30 12:31:38 +01:00
5 changed files with 1635 additions and 1712 deletions

View File

@@ -57,9 +57,6 @@ func _ready():
prints("String += operator")
prints(" test string +=", $Example.test_string_ops())
prints("WorkerThreadPool")
prints(" test worker_thread_pool", $Example.test_workpool_ops())
prints("PackedArray iterators")
prints(" test packed array iterators", $Example.test_vector_ops())