docs: update containers API docs
This commit is contained in:
@@ -24,7 +24,7 @@ bool Empty() const;
|
||||
**示例:**
|
||||
|
||||
```cpp
|
||||
Containers::Array<int> arr;
|
||||
XCEngine::Containers::Array<int> arr;
|
||||
|
||||
arr.Size(); // 0
|
||||
arr.Capacity(); // 0
|
||||
|
||||
Reference in New Issue
Block a user