We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e3cf43 + 347f84b commit 98812baCopy full SHA for 98812ba
contributing/development/core_and_modules/core_types.rst
@@ -132,7 +132,7 @@ Containers
132
----------
133
134
Godot provides its own set of containers, which means STL containers like ``std::string``
135
-and ``std::vector`` are generally not used in the codebase.
+and ``std::vector`` are generally not used in the codebase. See :ref:`doc_faq_why_not_stl` for more information.
136
137
A 📜 icon denotes the type is part of :ref:`Variant <doc_variant_class>`. This
138
means it can be used as a parameter or return value of a method exposed to the
0 commit comments