tmp/tmpr2qw9rs5/{from.md → to.md}
RENAMED
|
@@ -6,7 +6,7 @@ size_t size() const;
|
|
| 6 |
size_t stride() const;
|
| 7 |
```
|
| 8 |
|
| 9 |
*Returns:* The start, length, or stride specified by a `slice` object.
|
| 10 |
|
| 11 |
-
*Complexity:*
|
| 12 |
|
|
|
|
| 6 |
size_t stride() const;
|
| 7 |
```
|
| 8 |
|
| 9 |
*Returns:* The start, length, or stride specified by a `slice` object.
|
| 10 |
|
| 11 |
+
*Complexity:* Constant time.
|
| 12 |
|