File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ scripting API.
86
86
| ``List `` | ``std::list `` | Linked list type. Generally slower than other array/vector types. Prefer using |
87
87
| | | other types in new code, unless using ``List `` avoids the need for type conversions. |
88
88
+------------------------+--------------------------+---------------------------------------------------------------------------------------+
89
+ | ``FixedVector `` | ``std::array `` | Vector with a fixed capacity (more similar to ``boost::container::static_vector ``). |
90
+ +------------------------+--------------------------+---------------------------------------------------------------------------------------+
89
91
| ``Span `` | ``std::span `` | Represents read-only access to a contiguous array without needing to copy any data. |
90
92
| | | See `pull request description <https://github.com/godotengine/godot/pull/100293 >`__ |
91
93
| | | for details. |
You can’t perform that action at this time.
0 commit comments