From Jason Turner

[class.slice]

Diff to HTML by rtfpessoa

tmp/tmpahkytxrb/{from.md → to.md} RENAMED
@@ -43,7 +43,7 @@ size_t size() const;
43
  size_t stride() const;
44
  ```
45
 
46
  *Returns:* The start, length, or stride specified by a `slice` object.
47
 
48
- *Complexity:* constant time.
49
 
 
43
  size_t stride() const;
44
  ```
45
 
46
  *Returns:* The start, length, or stride specified by a `slice` object.
47
 
48
+ *Complexity:* Constant time.
49