tmp/tmp9e24zgeh/{from.md → to.md}
RENAMED
|
@@ -13,11 +13,11 @@ void swap(valarray& v) noexcept;
|
|
| 13 |
size_t size() const;
|
| 14 |
```
|
| 15 |
|
| 16 |
*Returns:* The number of elements in the array.
|
| 17 |
|
| 18 |
-
*Complexity:*
|
| 19 |
|
| 20 |
``` cpp
|
| 21 |
T sum() const;
|
| 22 |
```
|
| 23 |
|
|
|
|
| 13 |
size_t size() const;
|
| 14 |
```
|
| 15 |
|
| 16 |
*Returns:* The number of elements in the array.
|
| 17 |
|
| 18 |
+
*Complexity:* Constant time.
|
| 19 |
|
| 20 |
``` cpp
|
| 21 |
T sum() const;
|
| 22 |
```
|
| 23 |
|