no bug - fx doc: add a few more std::vector to nsTArray mappings r=mhowell DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D186349
This commit is contained in:
Greg Stoll 2023-08-16 14:14:16 +00:00
Родитель 8c61c25550
Коммит cf1b44a9fb
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -20,6 +20,9 @@ std::vector<T> nsTArray<T>
``insert()`` ``AppendElements()``
``emplace_back()`` ``EmplaceBack()``
``clear()`` ``Clear()`` or ``ClearAndRetainStorage()``
``data()`` ``Elements()``
``at()`` ``ElementAt()``
``back()`` ``LastElement()``
================== ==================================================
Rust Bindings