docs: update containers API docs
This commit is contained in:
@@ -24,7 +24,7 @@ const T& Back() const;
|
||||
**示例:**
|
||||
|
||||
```cpp
|
||||
Containers::Array<int> arr = {10, 20, 30};
|
||||
XCEngine::Containers::Array<int> arr = {10, 20, 30};
|
||||
|
||||
int& first = arr.Front(); // first == 10
|
||||
int& last = arr.Back(); // last == 30
|
||||
|
||||
Reference in New Issue
Block a user