docs: update containers API docs
This commit is contained in:
@@ -18,7 +18,7 @@ void PopBack();
|
||||
**示例:**
|
||||
|
||||
```cpp
|
||||
Containers::Array<int> arr = {10, 20, 30, 40, 50};
|
||||
XCEngine::Containers::Array<int> arr = {10, 20, 30, 40, 50};
|
||||
|
||||
arr.Size(); // 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user