tmp/tmpxcr0qwe8/{from.md → to.md}
RENAMED
|
@@ -10,11 +10,11 @@ identical.
|
|
| 10 |
|
| 11 |
``` cpp
|
| 12 |
constexpr const E* end() const noexcept;
|
| 13 |
```
|
| 14 |
|
| 15 |
-
*Returns:* `begin() + size()`
|
| 16 |
|
| 17 |
``` cpp
|
| 18 |
constexpr size_t size() const noexcept;
|
| 19 |
```
|
| 20 |
|
|
|
|
| 10 |
|
| 11 |
``` cpp
|
| 12 |
constexpr const E* end() const noexcept;
|
| 13 |
```
|
| 14 |
|
| 15 |
+
*Returns:* `begin() + size()`.
|
| 16 |
|
| 17 |
``` cpp
|
| 18 |
constexpr size_t size() const noexcept;
|
| 19 |
```
|
| 20 |
|